support data impulse
This commit is contained in:
@@ -29,7 +29,8 @@ FR_PROXY_DATA_IMPULSE_STICKY = {
|
||||
'https': 'http://1d568220dbefeff21ad4__cr.fr:df99489a25fa72d9@gw.dataimpulse.com:{}'
|
||||
}
|
||||
|
||||
MOBILE_PROXY_LIST = [FR_PROXY_MOB_OXY_STICKY, FR_PROXY_DATA_IMPULSE_STICKY]
|
||||
MOBILE_PROXY_LIST = [FR_PROXY_MOB_OXY_STICKY, FR_PROXY_MOB_OXY_STICKY, FR_PROXY_MOB_OXY_STICKY,
|
||||
FR_PROXY_DATA_IMPULSE_STICKY]
|
||||
|
||||
|
||||
class ProxyManager:
|
||||
|
||||
@@ -38,7 +38,7 @@ class LinkValidatorWithProvidedList(threading.Thread):
|
||||
self.queue_to_listen = queue_to_listen
|
||||
self.ip_country = ip_country
|
||||
self.filter_with_ip_country()
|
||||
self.proxy_manager = ProxyManager()
|
||||
self.proxy_manager = ProxyManager(logger)
|
||||
self.limit = limit
|
||||
|
||||
def set_up_connection(self):
|
||||
|
||||
Reference in New Issue
Block a user