mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
update M3U8
This commit is contained in:
parent
3e60e6f8a8
commit
ac29030059
3 changed files with 1016 additions and 968 deletions
990
M3U8/TV.m3u8
990
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
990
M3U8/events.m3u8
990
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -64,7 +64,7 @@ async def main() -> None:
|
||||||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||||
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
|
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
|
||||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||||
asyncio.create_task(streamhub.scrape(hdl_brwsr)),
|
# asyncio.create_task(streamhub.scrape(hdl_brwsr)),
|
||||||
]
|
]
|
||||||
|
|
||||||
httpx_tasks = [
|
httpx_tasks = [
|
||||||
|
|
@ -85,7 +85,7 @@ async def main() -> None:
|
||||||
await asyncio.gather(*(pw_tasks + httpx_tasks))
|
await asyncio.gather(*(pw_tasks + httpx_tasks))
|
||||||
|
|
||||||
# others
|
# others
|
||||||
await livetvsx.scrape(xtrnl_brwsr)
|
# await livetvsx.scrape(xtrnl_brwsr)
|
||||||
await watchfooty.scrape(xtrnl_brwsr)
|
await watchfooty.scrape(xtrnl_brwsr)
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue