From 1220fcfb18f89bf153796949c126512519f97caa Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sun, 1 Jun 2025 13:30:28 +0800 Subject: [PATCH] =?UTF-8?q?Update=20epg=E4=B8=8B=E8=BD=BD.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/epg下载.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/epg下载.py b/py/epg下载.py index 5ee4bac..1b1526b 100644 --- a/py/epg下载.py +++ b/py/epg下载.py @@ -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"