Compare commits

..

35 commits

Author SHA1 Message Date
GitHub Actions Bot
905d69b43f update M3U8 2025-12-26 17:30:15 -05:00
GitHub Actions Bot
78cf556dc5 update M3U8 2025-12-26 17:00:53 -05:00
GitHub Actions Bot
5127100e01 update M3U8 2025-12-26 16:31:09 -05:00
GitHub Actions Bot
5da7aaaa26 update M3U8 2025-12-26 16:00:43 -05:00
GitHub Actions Bot
b406afa485 health log 2025-12-26 20:40:34 +00:00
GitHub Actions Bot
8d32c0af8a update M3U8 2025-12-26 15:31:10 -05:00
GitHub Actions Bot
7bf3f97b39 update M3U8 2025-12-26 15:01:21 -05:00
GitHub Actions Bot
f2f493f404 update M3U8 2025-12-26 14:31:35 -05:00
GitHub Actions Bot
ffcc693a47 update M3U8 2025-12-26 14:01:27 -05:00
GitHub Actions Bot
f9d0a0279a update EPG 2025-12-26 18:56:03 +00:00
doms9
00000d97d8 e
higher refresh frequency for cdnlivetv
misc. edits
2025-12-26 13:51:54 -05:00
GitHub Actions Bot
45c6992ac9 update M3U8 2025-12-26 13:31:41 -05:00
GitHub Actions Bot
b1917080c8 update M3U8 2025-12-26 13:01:47 -05:00
GitHub Actions Bot
f21216c16c update M3U8 2025-12-26 12:03:06 -05:00
GitHub Actions Bot
8385eb2129 update M3U8 2025-12-26 11:02:30 -05:00
GitHub Actions Bot
c20941d2eb update M3U8 2025-12-26 10:07:59 -05:00
GitHub Actions Bot
c58fb09f5b health log 2025-12-26 14:42:47 +00:00
GitHub Actions Bot
0c986ee0a8 update M3U8 2025-12-26 09:02:16 -05:00
GitHub Actions Bot
00475056b4 update M3U8 2025-12-26 08:03:13 -05:00
GitHub Actions Bot
0ff1411f0b update EPG 2025-12-26 10:53:10 +00:00
GitHub Actions Bot
865777d397 health log 2025-12-26 08:48:43 +00:00
GitHub Actions Bot
e84ba23cd5 update M3U8 2025-12-25 23:30:45 -05:00
GitHub Actions Bot
e5cb094406 update M3U8 2025-12-25 23:01:21 -05:00
GitHub Actions Bot
a277c2e887 update EPG 2025-12-26 03:48:34 +00:00
GitHub Actions Bot
b472fd6088 health log 2025-12-26 03:45:17 +00:00
GitHub Actions Bot
9bcdf76399 update M3U8 2025-12-25 22:30:43 -05:00
GitHub Actions Bot
304caebe08 update M3U8 2025-12-25 22:01:02 -05:00
GitHub Actions Bot
fcd6de76f5 update M3U8 2025-12-25 21:30:28 -05:00
GitHub Actions Bot
6adb0694ca update M3U8 2025-12-25 21:01:06 -05:00
GitHub Actions Bot
b71d1a9df5 update M3U8 2025-12-25 20:30:30 -05:00
GitHub Actions Bot
9612b69dba update M3U8 2025-12-25 20:00:59 -05:00
GitHub Actions Bot
001d8e743c update M3U8 2025-12-25 19:31:06 -05:00
GitHub Actions Bot
95d6d8b52f update M3U8 2025-12-25 19:00:31 -05:00
GitHub Actions Bot
241e17353a update M3U8 2025-12-25 18:30:12 -05:00
GitHub Actions Bot
32859da846 update M3U8 2025-12-25 18:00:53 -05:00
6 changed files with 89113 additions and 84524 deletions

171443
EPG/TV.xml

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@ TAG = "CDNTV"
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=10_800) CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=10_800)
API_FILE = Cache(f"{TAG.lower()}-api.json", exp=28_800) API_FILE = Cache(f"{TAG.lower()}-api.json", exp=19_800)
API_URL = "https://api.cdn-live.tv/api/v1/events/sports" API_URL = "https://api.cdn-live.tv/api/v1/events/sports"
@ -71,11 +71,13 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
# ): # ):
# continue # continue
link = channels[0]
events.append( events.append(
{ {
"sport": league, "sport": league,
"event": name, "event": name,
"link": channels[0], # link "link": link,
"timestamp": event_dt.timestamp(), "timestamp": event_dt.timestamp(),
} }
) )

View file

@ -13,7 +13,7 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "SPORT9" TAG = "SPORT9"
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600) CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=5_400)
BASE_URL = "https://sport9.ru/" BASE_URL = "https://sport9.ru/"

View file

@ -1,4 +1,4 @@
## Base Log @ 2025-12-25 20:42 UTC ## Base Log @ 2025-12-26 20:40 UTC
### ✅ Working Streams: 146<br>❌ Dead Streams: 0 ### ✅ Working Streams: 146<br>❌ Dead Streams: 0