Add EPG API URL and update dependencies

This commit is contained in:
√(noham)²
2025-11-17 22:43:41 +01:00
parent 52e0d24d18
commit 9fc1272ddf
4 changed files with 13 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ from utils.stream import (
)
SERVICE_PLAN_API_URL = "https://api.oqee.net/api/v6/service_plan"
EPG_API_URL = "https://api.oqee.net/api/v1/epg/all/{unix}"
class DatetimeValidator(Validator):
"""