We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dcd8c4 + 275a2d3 commit d1769d9Copy full SHA for d1769d9
README.md
@@ -129,7 +129,7 @@ import pydomainextractor
129
# Loads the current supplied version of PublicSuffixList from the repository. Does not download any data.
130
domain_extractor = pydomainextractor.DomainExtractor()
131
132
-domain_extractor.extract('http://google.com/')
+domain_extractor.extract_from_url('http://google.com/')
133
>>> {
134
>>> 'subdomain': '',
135
>>> 'domain': 'google',
0 commit comments