diff --git a/M3U8/scrapers/streameast.py b/M3U8/scrapers/streameast.py index f35f590..7c28c1c 100644 --- a/M3U8/scrapers/streameast.py +++ b/M3U8/scrapers/streameast.py @@ -194,7 +194,7 @@ async def scrape(client: httpx.AsyncClient) -> None: entry = { "url": url, "logo": logo, - "base": base_url, + "base": "https://embedsports.top/", "timestamp": ts, "id": tvg_id or "Live.Event.us", }