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
00000d9788
commit
f568c0cfdf
3 changed files with 1358 additions and 1154 deletions
1254
M3U8/TV.m3u8
1254
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1254
M3U8/events.m3u8
1254
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -67,8 +67,6 @@ async def main() -> None:
|
|||
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(streamcenter.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
# asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)),
|
||||
]
|
||||
|
||||
httpx_tasks = [
|
||||
|
|
@ -78,6 +76,8 @@ async def main() -> None:
|
|||
asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(streamhub.scrape()),
|
||||
asyncio.create_task(streamsgate.scrape()),
|
||||
asyncio.create_task(streamtpnew.scrape()),
|
||||
asyncio.create_task(totalsportek.scrape()),
|
||||
asyncio.create_task(tvapp.scrape()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue