Skip to content

Commit d1769d9

Browse files
author
Gal Ben David
committed
2 parents 1dcd8c4 + 275a2d3 commit d1769d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ import pydomainextractor
129129
# Loads the current supplied version of PublicSuffixList from the repository. Does not download any data.
130130
domain_extractor = pydomainextractor.DomainExtractor()
131131

132-
domain_extractor.extract('http://google.com/')
132+
domain_extractor.extract_from_url('http://google.com/')
133133
>>> {
134134
>>> 'subdomain': '',
135135
>>> 'domain': 'google',

0 commit comments

Comments
 (0)