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.
1 parent 1f85a7e commit 275a2d3Copy full SHA for 275a2d3
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