From 335e3194de4ec175468021f80cd2012613ee1e52 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:58:45 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/IPTV搜索引擎采集.py b/py/IPTV搜索引擎采集.py index 49e43aa..85990c4 100644 --- a/py/IPTV搜索引擎采集.py +++ b/py/IPTV搜索引擎采集.py @@ -39,7 +39,7 @@ def via_tonking(url): try: response = requests.get( #url=f'http://tonkiang.us/alllist.php?s={url}&c=false&y=false', - url=f'tonkiang.us/hotellist.html?s={url}&c=false&y=false', + url=f'http://tonkiang.us/hotellist.html?s={url}&c=false&y=false', headers=headers, timeout=10 )