From ebe0be7ad37b10d0b3f4c062e07b545fae4e80d6 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sat, 10 Aug 2024 21:09:41 +0800 Subject: [PATCH] Update iptv-jd.py --- py/iptv-jd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/iptv-jd.py b/py/iptv-jd.py index 9a1a072..b62584c 100644 --- a/py/iptv-jd.py +++ b/py/iptv-jd.py @@ -1019,7 +1019,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}\" && org=\"{org}\"' + search_txt = f'\"udpxy\" && country=\"CN\" && region=\"{province}\"' # && org=\"{org}\" # 将字符串编码为字节流 bytes_string = search_txt.encode('utf-8') # 使用 base64 进行编码