update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-09 19:31:40 -04:00
parent 00000d922b
commit 57dd9b8876
3 changed files with 1224 additions and 516 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -80,9 +80,9 @@ async def main() -> None:
asyncio.create_task(shark.scrape()), asyncio.create_task(shark.scrape()),
asyncio.create_task(streamcenter.scrape()), asyncio.create_task(streamcenter.scrape()),
# asyncio.create_task(streamhub.scrape()), # asyncio.create_task(streamhub.scrape()),
asyncio.create_task(streamsgate.scrape()), # asyncio.create_task(streamsgate.scrape()),
asyncio.create_task(streamtpnew.scrape()), asyncio.create_task(streamtpnew.scrape()),
# asyncio.create_task(totalsportek.scrape()), asyncio.create_task(totalsportek.scrape()),
asyncio.create_task(tvapp.scrape()), asyncio.create_task(tvapp.scrape()),
] ]