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.

pull/157/head
BlucyBlue 5 years ago committed by Yahya SayadArbabi
parent 65a040dbbb
commit 166d224423

@ -40,6 +40,9 @@ BANNER = r'''
# TODO: fix tumblr
global proxy_list
proxy_list = []
class ElapsedFuturesSession(FuturesSession):
"""

Loading…
Cancel
Save