|
|
@ -22,7 +22,6 @@ def load_proxies_from_csv(path_to_list):
|
|
|
|
return proxies
|
|
|
|
return proxies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def check_proxy(proxy_ip, proxy_port, protocol):
|
|
|
|
def check_proxy(proxy_ip, proxy_port, protocol):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
A function which test the proxy by attempting
|
|
|
|
A function which test the proxy by attempting
|
|
|
@ -44,10 +43,6 @@ def check_proxy(proxy_ip, proxy_port, protocol):
|
|
|
|
return False
|
|
|
|
return False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from colorama import Fore, Style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def check_proxy_list(proxy_list, max_proxies=None):
|
|
|
|
def check_proxy_list(proxy_list, max_proxies=None):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
A function which takes in one mandatory argument -> a proxy list in
|
|
|
|
A function which takes in one mandatory argument -> a proxy list in
|
|
|
|