update M3U8
This commit is contained in:
parent
b67ef64226
commit
0ec723a3ec
4 changed files with 777 additions and 669 deletions
720
M3U8/TV.m3u8
720
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
720
M3U8/events.m3u8
720
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -52,8 +52,8 @@ async def main() -> None:
|
|||
asyncio.create_task(roxie.scrape(network.client)),
|
||||
asyncio.create_task(shark.scrape(network.client)),
|
||||
asyncio.create_task(sport9.scrape(network.client)),
|
||||
# asyncio.create_task(streambtw.scrape(network.client)),
|
||||
asyncio.create_task(streameast.scrape(network.client)),
|
||||
asyncio.create_task(streambtw.scrape(network.client)),
|
||||
#asyncio.create_task(streameast.scrape(network.client)),
|
||||
asyncio.create_task(streamfree.scrape(network.client)),
|
||||
asyncio.create_task(strmd.scrape(network.client)),
|
||||
asyncio.create_task(tvpass.scrape(network.client)),
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ CACHE_FILE = Cache("ppv.json", exp=10_800)
|
|||
|
||||
API_FILE = Cache("ppv-api.json", exp=19_800)
|
||||
|
||||
BASE_URL = "https://ppv.to"
|
||||
BASE_URL = "https://old.ppv.to"
|
||||
|
||||
TAG = "PPV"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue