From 59c0ed0199480ec9e0042ca6f9659b0e7f34fc86 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 30 Apr 2025 06:07:45 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E7=BB=98=E7=AB=99=E9=87=87?= =?UTF-8?q?=E9=9B=86.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/测绘站采集.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/测绘站采集.py b/py/测绘站采集.py index dd4a15f..10bed72 100644 --- a/py/测绘站采集.py +++ b/py/测绘站采集.py @@ -117,7 +117,7 @@ for keyword in keywords: should_continue_while = True while should_continue_while and len(result_urls) == 0 and timeout_cnt <= 2: try: - search_url = 'https://fofa.info/api/v1/search/all?key=30bffdb13deccd433f6505f2dc699972&qbase64=' + search_url = 'https://fofa.info/result?qbase64=' search_txt = f'"udpxy" && country="CN" && region="{province}"' # && org="{org}" # 将字符串编码为字节流 bytes_string = search_txt.encode('utf-8') @@ -189,6 +189,7 @@ for keyword in keywords: new_file.write(new_data) print(f'已生成播放列表,保存至{txt_filename}') +print('对playlist文件夹里面的所有txt文件进行去重处理') print('对playlist文件夹里面的所有txt文件进行去重处理') def remove_duplicates_keep_order(folder_path):