mirror of
https://github.com/doms9/iptv.git
synced 2026-04-23 20:07:00 +02:00
update M3U8
This commit is contained in:
parent
deeaa27097
commit
82f73c6ede
4 changed files with 2129 additions and 2021 deletions
|
|
@ -64,7 +64,7 @@ async def refresh_html_cache(
|
|||
|
||||
event_time = (
|
||||
data_start.rsplit(":", 1)[0]
|
||||
if re.search(r"\d+:\d+:\d+", data_start)
|
||||
if (re.search(r"\d+:\d+:\d+", data_start) or "M:00" in data_start)
|
||||
else data_start
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue