修改aiqicha login逻辑, cookie文件位置

This commit is contained in:
manchuwork
2025-10-03 07:45:21 +08:00
parent ecf17dbf1d
commit dd368bb645
7 changed files with 59 additions and 17 deletions

View File

@@ -346,7 +346,7 @@ if __name__ == '__main__':
filter_list_with_not_match = filter_aiqicha_qcc(data_list, company_name, with_not_match=True)
# 创建CSV工具实例
csv_tool = CSVTool(
csv_file_name='company_search_filter_is_none_data.csv',
csv_file_name='data/company_search_filter_is_none_data.csv',
headers=['company_name','title', 'web_site_type','url', 'request_url', 'create_time']
)