- remove pawa.py
- remove xstreameast.py
- re-add mirror for totalsportek.py
- misc edits.
This commit is contained in:
doms9 2026-05-07 18:23:49 -04:00
parent ce9b7df3e1
commit 00000d9e24
6 changed files with 95 additions and 389 deletions

View file

@ -164,9 +164,6 @@ async def process_event(
log.info(f"URL {url_num}) Captured M3U8")
return captured[0], iframe_url
log.warning(f"URL {url_num}) No M3U8 captured after waiting.")
return nones
except Exception as e:
log.warning(f"URL {url_num}) {e}")
return nones