update M3U8

This commit is contained in:
GitHub Actions Bot 2025-12-04 20:02:33 -05:00
parent b67ef64226
commit 0ec723a3ec
4 changed files with 777 additions and 669 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -52,8 +52,8 @@ async def main() -> None:
asyncio.create_task(roxie.scrape(network.client)), asyncio.create_task(roxie.scrape(network.client)),
asyncio.create_task(shark.scrape(network.client)), asyncio.create_task(shark.scrape(network.client)),
asyncio.create_task(sport9.scrape(network.client)), asyncio.create_task(sport9.scrape(network.client)),
# asyncio.create_task(streambtw.scrape(network.client)), asyncio.create_task(streambtw.scrape(network.client)),
asyncio.create_task(streameast.scrape(network.client)), #asyncio.create_task(streameast.scrape(network.client)),
asyncio.create_task(streamfree.scrape(network.client)), asyncio.create_task(streamfree.scrape(network.client)),
asyncio.create_task(strmd.scrape(network.client)), asyncio.create_task(strmd.scrape(network.client)),
asyncio.create_task(tvpass.scrape(network.client)), asyncio.create_task(tvpass.scrape(network.client)),

View file

@ -14,7 +14,7 @@ CACHE_FILE = Cache("ppv.json", exp=10_800)
API_FILE = Cache("ppv-api.json", exp=19_800) API_FILE = Cache("ppv-api.json", exp=19_800)
BASE_URL = "https://ppv.to" BASE_URL = "https://old.ppv.to"
TAG = "PPV" TAG = "PPV"