mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
feat: 支持按作者归档保存作品文件
BREAKING CHANGE: 新增配置文件参数:account_archive Closes #226 Closes #229
This commit is contained in:
@@ -27,6 +27,7 @@ class Settings:
|
||||
"live_download": False,
|
||||
"folder_mode": False,
|
||||
"download_record": True,
|
||||
"account_archive": False,
|
||||
"language": "zh_CN",
|
||||
}
|
||||
encode = "UTF-8-SIG" if system() == "Windows" else "UTF-8"
|
||||
|
||||
Reference in New Issue
Block a user