update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-25 14:30:04 -04:00
parent 72d673c3ec
commit 4fa412fe23
4 changed files with 314 additions and 410 deletions

View file

@ -15,7 +15,7 @@ TAG = "ROXIE"
CACHE_FILE = Cache(TAG, exp=19_800)
BASE_URL = "https://roxiestreams.info"
BASE_URL = "https://roxiestreams.su"
SPORT_URLS = {
"March Madness": urljoin(BASE_URL, "march-madness"),
@ -109,7 +109,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
{
"sport": sport,
"event": event,
"link": href,
"link": urljoin(BASE_URL, href),
}
)