Compare commits

..

No commits in common. "905d69b43f8ca8f09c7f6f0ee4a7f3d387266145" and "a79e1cac94cd64f5c626019e8de0aa11a46226bc" have entirely different histories.

6 changed files with 84803 additions and 89392 deletions

172173
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)
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(),
}
)

View file

@ -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/"

View file

@ -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