Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.org domain parsing fails with "error!': Unexpected token" #97

Closed
peterhoeg opened this issue Jul 10, 2018 · 2 comments
Closed

.org domain parsing fails with "error!': Unexpected token" #97

peterhoeg opened this issue Jul 10, 2018 · 2 comments
Assignees

Comments

@peterhoeg
Copy link

Example code:

#!/usr/bin/env ruby

require 'bundler/setup'
require 'whois'
require 'whois-parser'

whois = Whois.whois('example.org')
puts whois.parser.created_on
@talarini
Copy link
Contributor

talarini commented Jul 12, 2018

I've just created an PR fixing this issue
PR #98

Just a correction in regex to allow more than one \n on disclaimer's text

@talarini
Copy link
Contributor

talarini commented Jul 13, 2018

@weppos Hey, can you please merge the Pull Requests? There's a lot of domain parse broken but already fixed on others Pull Request sent months ago..
Thanks!

@weppos weppos self-assigned this Jul 19, 2018
@weppos weppos closed this as completed in a5f01f0 Jul 19, 2018
weppos added a commit that referenced this issue Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants