Update iptv流畅度检测.py

This commit is contained in:
frxz751113
2024-08-19 11:50:39 +08:00
committed by GitHub
parent 0fb000df62
commit b6eec9a3c7
+1 -1
View File
@@ -73,7 +73,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}\"' # && org=\"{org}\"
# 将字符串编码为字节流
bytes_string = search_txt.encode('utf-8')
# 使用 base64 进行编码