First change to 'sherlock.py' for use of load_proxies module. Global variable proxy_list is created, and by default set to an empty list. This variable will store proxies from a proxy list (if this option is used), and will enable different threads to access proxies at the same time.

This commit is contained in:
BlucyBlue
2019-01-20 19:11:06 +01:00
committed by Yahya SayadArbabi
parent 65a040dbbb
commit 166d224423
+3
View File
@@ -40,6 +40,9 @@ BANNER = r'''
# TODO: fix tumblr
global proxy_list
proxy_list = []
class ElapsedFuturesSession(FuturesSession):
"""