From 00000d9d12f9f9bb319b84a0891d8e5abea40a64 Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Fri, 24 Oct 2025 02:55:16 -0400 Subject: [PATCH] e --- EPG/fetch.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EPG/fetch.py b/EPG/fetch.py index 640cda7..31835ae 100644 --- a/EPG/fetch.py +++ b/EPG/fetch.py @@ -18,6 +18,7 @@ epg_urls = [ "https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz", "https://epgshare01.online/epgshare01/epg_ripper_US2.xml.gz", "https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS1.xml.gz", + "https://github.com/matthuisman/i.mjh.nz/raw/refs/heads/master/Roku/all.xml.gz", ] client = httpx.AsyncClient( @@ -145,6 +146,8 @@ async def main() -> None: tasks = [fetch_xml(url) for url in epg_urls] results = await asyncio.gather(*tasks) + + #breakpoint() for epg_data in results: if epg_data is None: