update M3U8
This commit is contained in:
parent
00000d9684
commit
12b1ea1a8c
2 changed files with 461 additions and 419 deletions
878
M3U8/TV.m3u8
878
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -32,7 +32,7 @@ async def main() -> None:
|
||||||
asyncio.create_task(streamed.scrape(network.client)),
|
asyncio.create_task(streamed.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)),
|
||||||
asyncio.create_task(watchfooty.scrape(network.client)),
|
# asyncio.create_task(watchfooty.scrape(network.client)),
|
||||||
]
|
]
|
||||||
|
|
||||||
await asyncio.gather(*tasks)
|
await asyncio.gather(*tasks)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue