update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-13 15:01:33 -04:00
parent 1d83736065
commit 21f4bbe4c6
4 changed files with 618 additions and 606 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -79,7 +79,7 @@ async def main() -> None:
asyncio.create_task(pawa.scrape()), asyncio.create_task(pawa.scrape()),
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()),

View file

@ -26,7 +26,7 @@ SPORT_URLS = {
for sport in [ for sport in [
"Fighting", "Fighting",
"MLB", "MLB",
"NBA", # "NBA",
"NHL", "NHL",
"Soccer", "Soccer",
] ]