We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
please can #353 be reopened as pynamecheap is no longer used and there are issues with handling two part domains such as .co.uk
I suspect this won't just apply to namecheap ?
Thanks :-)
The text was updated successfully, but these errors were encountered:
I have got this working, I think by modifying /usr/local/lib/python3.9/site-packages/lexicon/providers/namecheap.py ( https://github.com/AnalogJ/lexicon/blob/master/lexicon/providers/namecheap.py)
I added:
import tldextract
and then replacing all the occurrences of:
sld, tld = domain.split(".")
with:
extracted = tldextract.extract(domain) sld = extracted.domain tld = extracted.suffix
Sorry, something went wrong.
Closed by #1237
No branches or pull requests
please can #353 be reopened as pynamecheap is no longer used and there are issues with handling two part domains such as .co.uk
I suspect this won't just apply to namecheap ?
Thanks :-)
The text was updated successfully, but these errors were encountered: