Update getEpgs.py

This commit is contained in:
Reuben
2024-11-28 09:42:25 -07:00
committed by GitHub
parent 8c43d04e16
commit 6168aac243

View File

@@ -60,11 +60,11 @@ def filter_and_build_epg(urls):
print(f"New EPG saved to {output_file_gz}")
urls = [
'https://bit.ly/103216-595281-EPG-XML',
'https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz',
'https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz',
'https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz',
'https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz',
'https://bit.ly/103216-595281-xml-gz',
]
if __name__ == "__main__":