Update epg下载.py

This commit is contained in:
frxz751113
2025-06-01 13:30:28 +08:00
committed by GitHub
parent 74f8325430
commit 1220fcfb18
+2 -1
View File
@@ -1,7 +1,8 @@
from urllib.request import Request, urlopen
urls = [
"https://epg.112114.xyz/pp.xml.gz"
"https://epg.112114.xyz/pp.xml.gz",
"https://epg.pw/xmltv/epg_HK.xml"
]
downloaded_file_name = "pp.xml.gz"