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: