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
b2ffa9fecb
commit
3d078fc6d0
4 changed files with 577 additions and 517 deletions
546
M3U8/TV.m3u8
546
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -433,7 +433,7 @@ http://23.237.104.106:8080/USA_SYFY/index.m3u8
|
||||||
https://turnerlive.warnermediacdn.com/hls/live/2023172/tbseast/slate/VIDEO_0_3564000.m3u8
|
https://turnerlive.warnermediacdn.com/hls/live/2023172/tbseast/slate/VIDEO_0_3564000.m3u8
|
||||||
|
|
||||||
#EXTINF:-1 tvg-chno="145" tvg-id="Tennis.Channel.HD.us2" tvg-name="Tennis Channel" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s60316_dark_360w_270h.png" group-title="TV",Tennis Channel
|
#EXTINF:-1 tvg-chno="145" tvg-id="Tennis.Channel.HD.us2" tvg-name="Tennis Channel" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s60316_dark_360w_270h.png" group-title="TV",Tennis Channel
|
||||||
http://mytvstream.net:8080/live/k4Svp2/645504/20184.m3u8
|
https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01444-tennischannelth-tennischnlintl-lggb/playlist.m3u8
|
||||||
|
|
||||||
#EXTINF:-1 tvg-chno="146" tvg-id="The.Weather.Channel.HD.us2" tvg-name="The Weather Channel" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s58812_dark_360w_270h.png" group-title="TV",The Weather Channel
|
#EXTINF:-1 tvg-chno="146" tvg-id="The.Weather.Channel.HD.us2" tvg-name="The Weather Channel" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s58812_dark_360w_270h.png" group-title="TV",The Weather Channel
|
||||||
http://tv.proyectox.vip:8080/live/eEiiLll09384Ecaiman34RtR/KTap2pdJx7/162591.ts
|
http://tv.proyectox.vip:8080/live/eEiiLll09384Ecaiman34RtR/KTap2pdJx7/162591.ts
|
||||||
|
|
|
||||||
544
M3U8/events.m3u8
544
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -75,7 +75,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
||||||
events = []
|
events = []
|
||||||
|
|
||||||
start_dt = now.delta(hours=-1)
|
start_dt = now.delta(hours=-1)
|
||||||
end_dt = now.delta(minutes=5)
|
end_dt = now.delta(minutes=1)
|
||||||
|
|
||||||
for sport in api_data:
|
for sport in api_data:
|
||||||
data = api_data[sport]
|
data = api_data[sport]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue