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
b9ffecf2d1
commit
55c8b7cfd3
4 changed files with 1326 additions and 1386 deletions
1190
M3U8/TV.m3u8
1190
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1190
M3U8/events.m3u8
1190
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -68,7 +68,7 @@ async def main() -> None:
|
||||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||||
asyncio.create_task(streamcenter.scrape(hdl_brwsr)),
|
asyncio.create_task(streamcenter.scrape(hdl_brwsr)),
|
||||||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||||
asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)),
|
# asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)),
|
||||||
]
|
]
|
||||||
|
|
||||||
httpx_tasks = [
|
httpx_tasks = [
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,8 @@ async def get_events(url: str, cached_keys: list[str]) -> list[dict[str, str]]:
|
||||||
|
|
||||||
events = []
|
events = []
|
||||||
|
|
||||||
start_dt = now.delta(minutes=-30)
|
start_dt = now.delta(hours=-1)
|
||||||
end_dt = now.delta(minutes=30)
|
end_dt = now.delta(minutes=5)
|
||||||
|
|
||||||
for stream_group in api_data.get("streams", []):
|
for stream_group in api_data.get("streams", []):
|
||||||
sport = stream_group["category"]
|
sport = stream_group["category"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue