Skip to content

Commit 0f286b8

Browse files
committed
Commented out proxy line in example; added Contributors README section
1 parent d0c4e7b commit 0f286b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ client = yagooglesearch.SearchClient(
6161
max_search_result_urls_to_return=100,
6262
http_429_cool_off_time_in_minutes=45,
6363
http_429_cool_off_factor=1.5,
64-
proxy="socks5h://127.0.0.1:9050",
64+
# proxy="socks5h://127.0.0.1:9050",
6565
verbosity=5,
6666
verbose_output=True, # False (only URLs) or True (rank, title, description, and URL)
6767
)
@@ -287,3 +287,7 @@ Project Link: [https://github.com/opsdisk/yagooglesearch](https://github.com/ops
287287

288288
* [Mario Vilas](https://github.com/MarioVilas) for his amazing work on the original
289289
[googlesearch](https://github.com/MarioVilas/googlesearch) library.
290+
291+
## Contributors
292+
293+
* [KennBro](https://github.com/KennBro) - <https://github.com/opsdisk/yagooglesearch/pull/9>

0 commit comments

Comments
 (0)