diff --git a/M3U8/scrapers/streamed.py b/M3U8/scrapers/streamed.py index 36928bd..2620061 100644 --- a/M3U8/scrapers/streamed.py +++ b/M3U8/scrapers/streamed.py @@ -185,7 +185,7 @@ async def scrape(client: httpx.AsyncClient) -> None: entry = { "url": url, "logo": logo, - "base": "https://streamed.site/", + "base": "", "timestamp": ts, "id": tvg_id or "Live.Event.us", }