INCOMPLETE, DONT PUSH:

refactor: reorganize state management and update import paths across modules and start changing json parsing
This commit is contained in:
Vxrtrauter
2025-10-09 16:42:18 +02:00
parent 5da7989157
commit 53b2bb912e
12 changed files with 65 additions and 43 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import requests
from core.utils.state import state
from core.utils.data.state import state
def scrape_rutracker(search_text):
+1 -1
View File
@@ -2,7 +2,7 @@ import requests
import asyncio
import aiohttp
from bs4 import BeautifulSoup
from core.utils.state import state
from core.utils.data.state import state
global url_uztracker