mirror of
https://github.com/YGGverse/qBt_SE.git
synced 2025-03-12 05:11:12 +00:00
added proxychecker.py
This commit is contained in:
parent
b2780be7e8
commit
5057775d16
@ -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…
x
Reference in New Issue
Block a user