mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 15:07:17 +08:00
refactor(app): 将 account_archive 更新为 author_archive
This commit is contained in:
@@ -103,7 +103,7 @@ class XHS:
|
||||
live_download=False,
|
||||
folder_mode=False,
|
||||
download_record=True,
|
||||
account_archive=False,
|
||||
author_archive=False,
|
||||
language="zh_CN",
|
||||
read_cookie: int | str = None,
|
||||
_print: bool = True,
|
||||
@@ -129,7 +129,7 @@ class XHS:
|
||||
live_download,
|
||||
download_record,
|
||||
folder_mode,
|
||||
account_archive,
|
||||
author_archive,
|
||||
_print,
|
||||
)
|
||||
self.html = Html(self.manager)
|
||||
|
||||
Reference in New Issue
Block a user