added proxychecker.py

This commit is contained in:
imDMG 2020-05-07 22:08:47 +05:00
parent b2780be7e8
commit 5057775d16

View File

@ -2,7 +2,7 @@ from concurrent.futures.thread import ThreadPoolExecutor
from urllib.request import build_opener, ProxyHandler
HOST = "http://kinozal.tv/"
SCHEME = HOST[:4]
SCHEME = HOST[:HOST.rfind("://")]
PROXY_FILE = "proxylist.txt" # one address per line