e
This commit is contained in:
parent
b8a8b8d62c
commit
00000d9b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ async def scrape(client: httpx.AsyncClient) -> None:
|
||||||
|
|
||||||
tvg = tvg_id_match[1] if tvg_id_match else None
|
tvg = tvg_id_match[1] if tvg_id_match else None
|
||||||
|
|
||||||
if not tvg and (url := data[i + 1]).endswith("/hd"):
|
if not tvg and (url := data[i + 1]).endswith("/sd"):
|
||||||
if tvg_name := tvg_name_match[1]:
|
if tvg_name := tvg_name_match[1]:
|
||||||
sport = group_title_match[1].upper().strip()
|
sport = group_title_match[1].upper().strip()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue