support data impulse

This commit is contained in:
2024-05-11 09:09:09 +02:00
parent 8f432e0859
commit 3989066d7f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ FR_PROXY_DATA_IMPULSE_STICKY = {
'https': 'http://1d568220dbefeff21ad4__cr.fr:df99489a25fa72d9@gw.dataimpulse.com:{}' '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: class ProxyManager:
+1 -1
View File
@@ -38,7 +38,7 @@ class LinkValidatorWithProvidedList(threading.Thread):
self.queue_to_listen = queue_to_listen self.queue_to_listen = queue_to_listen
self.ip_country = ip_country self.ip_country = ip_country
self.filter_with_ip_country() self.filter_with_ip_country()
self.proxy_manager = ProxyManager() self.proxy_manager = ProxyManager(logger)
self.limit = limit self.limit = limit
def set_up_connection(self): def set_up_connection(self):