mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
Compare commits
No commits in common. "905d69b43f8ca8f09c7f6f0ee4a7f3d387266145" and "a79e1cac94cd64f5c626019e8de0aa11a46226bc" have entirely different histories.
905d69b43f
...
a79e1cac94
6 changed files with 84803 additions and 89392 deletions
172173
EPG/TV.xml
172173
EPG/TV.xml
File diff suppressed because one or more lines are too long
1006
M3U8/TV.m3u8
1006
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1006
M3U8/events.m3u8
1006
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -12,7 +12,7 @@ TAG = "CDNTV"
|
|||
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=10_800)
|
||||
|
||||
API_FILE = Cache(f"{TAG.lower()}-api.json", exp=19_800)
|
||||
API_FILE = Cache(f"{TAG.lower()}-api.json", exp=28_800)
|
||||
|
||||
API_URL = "https://api.cdn-live.tv/api/v1/events/sports"
|
||||
|
||||
|
|
@ -71,13 +71,11 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
# ):
|
||||
# continue
|
||||
|
||||
link = channels[0]
|
||||
|
||||
events.append(
|
||||
{
|
||||
"sport": league,
|
||||
"event": name,
|
||||
"link": link,
|
||||
"link": channels[0], # link
|
||||
"timestamp": event_dt.timestamp(),
|
||||
}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "SPORT9"
|
||||
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=5_400)
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600)
|
||||
|
||||
BASE_URL = "https://sport9.ru/"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## Base Log @ 2025-12-26 20:40 UTC
|
||||
## Base Log @ 2025-12-25 20:42 UTC
|
||||
|
||||
### ✅ Working Streams: 146<br>❌ Dead Streams: 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue