mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
e
- misc edits.
This commit is contained in:
parent
c8ed911944
commit
00000d9c84
5 changed files with 10 additions and 5 deletions
|
|
@ -97,9 +97,14 @@ async def process_event(
|
|||
pass
|
||||
|
||||
if captured:
|
||||
if "smarthard.click" not in (m3u8 := captured[0]).lower():
|
||||
log.warning(f"URL {url_num}) Invalid M3U8 found.")
|
||||
|
||||
return
|
||||
|
||||
log.info(f"URL {url_num}) Captured M3U8")
|
||||
|
||||
return captured[0]
|
||||
return m3u8
|
||||
|
||||
log.warning(f"URL {url_num}) No M3U8 captured after waiting.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue