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:
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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user