update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-24 16:01:20 -04:00
parent 753a7735a1
commit 7404ccc624
4 changed files with 436 additions and 376 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -67,7 +67,7 @@ async def main() -> None:
asyncio.create_task(roxie.scrape(hdl_brwsr)),
asyncio.create_task(sportzone.scrape(xtrnl_brwsr)),
asyncio.create_task(streamcenter.scrape(hdl_brwsr)),
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)),
asyncio.create_task(timstreams.scrape(xtrnl_brwsr)),
]

View file

@ -18,7 +18,7 @@ API_CACHE = Cache(f"{TAG}-api", exp=28_800)
API_URL = "https://s2watch.me/api/v1/schedule/list"
BASE_URL = "https://gopst.link"
BASE_URL = "https://zarviro.link"
async def process_event(event_id: int, url_num: int) -> tuple[str | None, str | None]: