From 8ca02bcb40ff5ddd58b1e2996a92680221a6a8fe Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:59:34 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E7=BB=98=E7=AB=99=E9=87=87?= =?UTF-8?q?=E9=9B=86.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/测绘站采集.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/测绘站采集.py b/py/测绘站采集.py index f0cd2a2..cad07c6 100644 --- a/py/测绘站采集.py +++ b/py/测绘站采集.py @@ -297,7 +297,7 @@ for ip_key, result in detected_ips.items(): ###################################################################################################################### # 获取远程直播源文件,打开文件并输出临时文件 -url = "https://raw.bgithub.xyz/frxz751113/AAAAA/main/IPTV/汇汇.txt" #源采集地址 +url = "https://raw.githubusercontent.com/frxz751113/AAAAA/refs/heads/main/IPTV/%E6%B1%87%E6%B1%87.txt" #源采集地址 r = requests.get(url) open('综合源.txt','wb').write(r.content) #打开源文件并临时写入