e
This commit is contained in:
parent
acb19b7886
commit
00000d9990
10 changed files with 718 additions and 747 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue