update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-18 12:03:46 -05:00
parent 6eaf99470d
commit 424ca1c807
4 changed files with 1209 additions and 441 deletions

View file

@ -1,4 +1,3 @@
import random
from functools import partial
from urllib.parse import urljoin
@ -114,8 +113,6 @@ async def scrape(client: httpx.AsyncClient) -> None:
log.info(f"Loaded {cached_count} event(s) from cache")
random.shuffle(MIRRORS)
if not (base_url := await network.get_base(MIRRORS)):
log.warning("No working Streameast mirrors")
CACHE_FILE.write(cached_urls)