This commit is contained in:
doms9 2025-09-24 12:30:55 -04:00
parent acb19b7886
commit 00000d9990
10 changed files with 718 additions and 747 deletions

View file

@ -3,7 +3,7 @@ from pathlib import Path
import httpx
from .utils import get_logger, league_info, load_cache, now, write_cache
from .utils import get_logger, leagues, load_cache, now, write_cache
log = get_logger(__name__)
@ -54,7 +54,7 @@ async def scrape(client: httpx.AsyncClient) -> None:
channel = url.split("/")[-2]
tvg_id, logo = league_info(sport)
tvg_id, logo = leagues.info(sport)
entry = {
"url": f"http://origin.thetvapp.to/hls/{channel}/mono.m3u8",