Browse Source

added proxychecker.py

master
imDMG 4 years ago
parent
commit
5057775d16
  1. 2
      proxychecker.py

2
proxychecker.py

@ -2,7 +2,7 @@ from concurrent.futures.thread import ThreadPoolExecutor @@ -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

Loading…
Cancel
Save