From e4ff250030b62c859929b6d5c3cbd9884d645ae5 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:13:17 +0800 Subject: [PATCH] =?UTF-8?q?Update=20iptv=E6=B5=81=E7=95=85=E5=BA=A6?= =?UTF-8?q?=E6=A3=80=E6=B5=8B.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 9d5dd5b..a26c8c2 100644 --- a/py/iptv流畅度检测.py +++ b/py/iptv流畅度检测.py @@ -81,7 +81,7 @@ for keyword in keywords: while len(result_urls) == 0 and timeout_cnt <= 5: try: search_url = 'https://fofa.info/result?qbase64=' - search_txt = f'\"udpxy\" && country=\"CN\" && region=\"{province}\" {others} && asn=\"{asn}\"' # && org=\"{org}\" + search_txt = f'\"udpxy\" && region=\"{province}\' # && org=\"{org}\" # 将字符串编码为字节流 bytes_string = search_txt.encode('utf-8') # 使用 base64 进行编码