Skip to content

Commit d0c4e7b

Browse files
committed
Fixed example in README
1 parent f2fb252 commit d0c4e7b

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
@@ -63,7 +63,7 @@ client = yagooglesearch.SearchClient(
6363
http_429_cool_off_factor=1.5,
6464
proxy="socks5h://127.0.0.1:9050",
6565
verbosity=5,
66-
output="complete" # "normal" : Only url list // "complete" : List of {title, desc, url}
66+
verbose_output=True, # False (only URLs) or True (rank, title, description, and URL)
6767
)
6868
client.assign_random_user_agent()
6969

0 commit comments

Comments
 (0)