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
|
|
@ -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