mirror of
https://github.com/doms9/iptv.git
synced 2026-01-20 03:49:03 +01:00
Compare commits
35 commits
a79e1cac94
...
905d69b43f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
905d69b43f | ||
|
|
78cf556dc5 | ||
|
|
5127100e01 | ||
|
|
5da7aaaa26 | ||
|
|
b406afa485 | ||
|
|
8d32c0af8a | ||
|
|
7bf3f97b39 | ||
|
|
f2f493f404 | ||
|
|
ffcc693a47 | ||
|
|
f9d0a0279a | ||
|
|
00000d97d8 | ||
|
|
45c6992ac9 | ||
|
|
b1917080c8 | ||
|
|
f21216c16c | ||
|
|
8385eb2129 | ||
|
|
c20941d2eb | ||
|
|
c58fb09f5b | ||
|
|
0c986ee0a8 | ||
|
|
00475056b4 | ||
|
|
0ff1411f0b | ||
|
|
865777d397 | ||
|
|
e84ba23cd5 | ||
|
|
e5cb094406 | ||
|
|
a277c2e887 | ||
|
|
b472fd6088 | ||
|
|
9bcdf76399 | ||
|
|
304caebe08 | ||
|
|
fcd6de76f5 | ||
|
|
6adb0694ca | ||
|
|
b71d1a9df5 | ||
|
|
9612b69dba | ||
|
|
001d8e743c | ||
|
|
95d6d8b52f | ||
|
|
241e17353a | ||
|
|
32859da846 |
6 changed files with 89113 additions and 84524 deletions
171443
EPG/TV.xml
171443
EPG/TV.xml
File diff suppressed because one or more lines are too long
1092
M3U8/TV.m3u8
1092
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
1092
M3U8/events.m3u8
1092
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=28_800)
|
||||
API_FILE = Cache(f"{TAG.lower()}-api.json", exp=19_800)
|
||||
|
||||
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
|
||||
|
||||
link = channels[0]
|
||||
|
||||
events.append(
|
||||
{
|
||||
"sport": league,
|
||||
"event": name,
|
||||
"link": channels[0], # link
|
||||
"link": 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=3_600)
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=5_400)
|
||||
|
||||
BASE_URL = "https://sport9.ru/"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue