update M3U8

This commit is contained in:
GitHub Actions Bot 2026-01-20 16:01:37 -05:00
parent fc26338707
commit e9ba7a12c3
4 changed files with 772 additions and 1276 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -64,7 +64,7 @@ async def main() -> None:
asyncio.create_task(roxie.scrape()), asyncio.create_task(roxie.scrape()),
asyncio.create_task(shark.scrape()), asyncio.create_task(shark.scrape()),
asyncio.create_task(sport9.scrape()), asyncio.create_task(sport9.scrape()),
asyncio.create_task(streambtw.scrape()), # asyncio.create_task(streambtw.scrape()),
asyncio.create_task(streamcenter.scrape()), asyncio.create_task(streamcenter.scrape()),
asyncio.create_task(streamfree.scrape()), asyncio.create_task(streamfree.scrape()),
asyncio.create_task(streamhub.scrape()), asyncio.create_task(streamhub.scrape()),

View file

@ -18,7 +18,7 @@ API_FILE = Cache(f"{TAG.lower()}-api.json", exp=28_800)
MIRRORS = [ MIRRORS = [
"https://streami.su", "https://streami.su",
"https://streamed.st", # "https://streamed.st",
"https://streamed.pk", "https://streamed.pk",
] ]