mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-05-21 18:17:26 +08:00
feat: 数据保存支持JSON格式
This commit is contained in:
@@ -21,7 +21,7 @@ HEADLESS = True
|
||||
SAVE_LOGIN_STATE = True
|
||||
|
||||
# 数据保存类型选项配置,支持三种类型:csv、db、json
|
||||
SAVE_DATA_OPTION = "csv" # csv or db or json
|
||||
SAVE_DATA_OPTION = "json" # csv or db or json
|
||||
|
||||
# 用户浏览器缓存的浏览器文件配置
|
||||
USER_DATA_DIR = "%s_user_data_dir" # %s will be replaced by platform name
|
||||
|
||||
Reference in New Issue
Block a user