mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
update M3U8
This commit is contained in:
parent
72d673c3ec
commit
4fa412fe23
4 changed files with 314 additions and 410 deletions
|
|
@ -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),
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue