From 00000d9b7c40387b7b95d391146a698644df1f5d Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Sun, 5 Oct 2025 13:20:34 -0400 Subject: [PATCH] e --- M3U8/scrapers/tvpass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M3U8/scrapers/tvpass.py b/M3U8/scrapers/tvpass.py index d956afd..5bbebb2 100644 --- a/M3U8/scrapers/tvpass.py +++ b/M3U8/scrapers/tvpass.py @@ -47,7 +47,7 @@ async def scrape(client: httpx.AsyncClient) -> 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]: sport = group_title_match[1].upper().strip()