- edit scraping for livetvsx.py
- edit caching for streamsgate.py
- edit caching for streamhub.py
- misc edits.
This commit is contained in:
doms9 2026-04-21 17:48:21 -04:00
parent fce1e8f6a9
commit 00000d9fe2
6 changed files with 152 additions and 249 deletions

View file

@ -157,7 +157,7 @@ async def scrape() -> None:
url = await network.safe_process(
handler,
url_num=i,
semaphore=network.PW_S,
semaphore=network.HTTP_S,
log=log,
)