From 4ad230fe1182228d8e913d93df4135e8c994b64e Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:04:44 +0800 Subject: [PATCH] =?UTF-8?q?Update=20IPTV=E6=90=9C=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E6=93=8E=E9=87=87=E9=9B=86.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/IPTV搜索引擎采集.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/py/IPTV搜索引擎采集.py b/py/IPTV搜索引擎采集.py index 85990c4..de99a49 100644 --- a/py/IPTV搜索引擎采集.py +++ b/py/IPTV搜索引擎采集.py @@ -38,8 +38,7 @@ def via_tonking(url): } try: response = requests.get( - #url=f'http://tonkiang.us/alllist.php?s={url}&c=false&y=false', - url=f'http://tonkiang.us/hotellist.html?s={url}&c=false&y=false', + url=f'http://tonkiang.us/alllist.php?s={url}&c=false&y=false', headers=headers, timeout=10 )