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
9c158240db
commit
edc80fba5f
4 changed files with 1256 additions and 932 deletions
1092
M3U8/TV.m3u8
1092
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1092
M3U8/events.m3u8
1092
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(ppv.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamhub.scrape(hdl_brwsr)),
|
||||
]
|
||||
|
||||
httpx_tasks = [
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ async def process_event(
|
|||
wait_task = asyncio.create_task(got_one.wait())
|
||||
|
||||
try:
|
||||
await asyncio.wait_for(wait_task, timeout=10)
|
||||
await asyncio.wait_for(wait_task, timeout=5)
|
||||
except asyncio.TimeoutError:
|
||||
log.warning(f"URL {url_num}) Timed out waiting for M3U8.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue