joepie91 / python-whois

A python module for retrieving and parsing WHOIS data
Do What The F*ck You Want To Public License
398 stars 187 forks source link

cannot parse OVH dot eu domains #9

Closed iakat closed 10 years ago

iakat commented 10 years ago

$ whois hl3.eu;pwhois hl3.eu;echo pls fix % The WHOIS service offered by EURid and the access to the records % in the EURid WHOIS database are provided for information purposes % only. It allows persons to check whether a specific domain name % is still available or not and to obtain information related to % the registration records of existing domain names. % % EURid cannot, under any circumstances, be held liable in case the % stored information would prove to be wrong, incomplete or not % accurate in any sense. % % By submitting a query you agree not to use the information made % available to: % % - allow, enable or otherwise support the transmission of unsolicited, % commercial advertising or other solicitations whether via email or % otherwise; % - target advertising in any possible way; % % - to cause nuisance in any possible way to the registrants by sending % (whether by automated, electronic processes capable of enabling % high volumes or other possible means) messages to them. % % Without prejudice to the above, it is explicitly forbidden to extract, % copy and/or use or re-utilise in any form and by any means % (electronically or not) the whole or a quantitatively or qualitatively % substantial part of the contents of the WHOIS database without prior % and explicit permission by EURid, nor in any attempt hereof, to apply % automated, electronic processes to EURid (or its systems). % % You agree that any reproduction and/or transmission of data for % commercial purposes will always be considered as the extraction of a % substantial part of the content of the WHOIS database. % % By submitting the query you agree to abide by this policy and accept % that EURid can take measures to limit the use of its WHOIS services % in order to protect the privacy of its registrants or the integrity % of the database. % % The EURid WHOIS service on port 43 (textual whois) never % discloses any information concerning the registrant. % Registrant and onsite contact information can be obtained through use of the % webbased whois service available from the EURid website www.eurid.eu % % WHOIS hl3 Domain: hl3

Registrant: NOT DISCLOSED! Visit www.eurid.eu for webbased whois.

Reseller:

Technical: Name: Klaba Octave Organisation: OVH Language: fr Phone: +33.899701761 Fax: +33.320200958 Email: support@ovh.com

Registrar: Name: OVH SAS Website: www.ovh.com/

Name servers: noah.ns.cloudflare.com lady.ns.cloudflare.com

Keys:

Please visit www.eurid.eu for more info. Registrar : Name: OVH SAS E-mail address : support@ovh.com pls fix

joepie91 commented 10 years ago

Fixed. New version 2.1.3 with this fix is now available on PyPI. You can upgrade using pip install --upgrade pythonwhois.

joepie91 commented 10 years ago

I should note that registrants are not currently parsed for EURid, as the WHOIS server does not provide that information. An issue exists at #13 for future implementation of web-based WHOIS parsing.