update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-20 19:31:13 -04:00
parent 210c95d83b
commit 3c865646e6
6 changed files with 490 additions and 681 deletions

View file

@ -16,7 +16,6 @@ from scrapers import (
roxie,
shark,
streamcenter,
streamhub,
streamsgate,
streamtpnew,
totalsportek,
@ -63,7 +62,6 @@ async def main() -> None:
# asyncio.create_task(footfast.scrape(xtrnl_brwsr)),
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
]
httpx_tasks = [
@ -105,7 +103,6 @@ async def main() -> None:
| roxie.urls
| shark.urls
| streamcenter.urls
| streamhub.urls
| streamsgate.urls
| streamtpnew.urls
| totalsportek.urls