This commit is contained in:
eric
2026-05-20 23:50:43 -05:00
parent 882ea9268c
commit e6e4f7a02e
17 changed files with 570 additions and 188 deletions

View File

@@ -27,6 +27,11 @@ from urllib.error import URLError, HTTPError
from typing import Any
import configparser
import httpx
APP_ROOT = Path(__file__).resolve().parent
if str(APP_ROOT) not in sys.path:
sys.path.insert(0, str(APP_ROOT))
from src import spider, stream
from src.proxy import ProxyDetector
from src.utils import logger
@@ -2209,4 +2214,4 @@ while True:
t2.start()
first_run = False
time.sleep(3)
time.sleep(3)