From d15165f8e9a726f40e050ffe61a8acb9fe748cc6 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Fri, 12 Jan 2024 10:18:40 +0100 Subject: [PATCH] more proxy --- workers/proxies_constants.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/workers/proxies_constants.py b/workers/proxies_constants.py index ba8f700..05efe6b 100644 --- a/workers/proxies_constants.py +++ b/workers/proxies_constants.py @@ -1,3 +1,12 @@ +ES_PROXY_MOBILE = { + 'http': 'http://9972280-mobile-country-ES:hex2f4xnw@109.236.94.16:13805', + 'https': 'http://9972280-mobile-country-ES:hex2f4xnw@109.236.94.16:13805' +} + +IT_PROXY_MOBILE = { + 'http': 'http://9972284-mobile-country-IT:28blddao6a@62.112.9.140:13124', + 'https': 'http://9972284-mobile-country-IT:28blddao6a@62.112.9.140:13124' +} FR_PROXY_MOBILE = { 'http': 'http://7039778-mobile-country-FR:2ji8e3r0nh@89.39.106.148:14806', 'https': 'http://7039778-mobile-country-FR:2ji8e3r0nh@89.39.106.148:14806' @@ -17,4 +26,4 @@ DE_PROXY_RES = { } # FR_PROXY_MOBILE # FR_PROXY_RES -PROXY_LIST = [FR_PROXY_MOBILE, FR_PROXY_RES] +PROXY_LIST = [FR_PROXY_MOBILE, DE_PROXY_MOBILE, ES_PROXY_MOBILE, IT_PROXY_MOBILE]