mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
发布 2.1 版本
This commit is contained in:
@@ -92,12 +92,14 @@ class Manager:
|
||||
"Referer": "https://www.xiaohongshu.com/explore", },
|
||||
timeout=timeout,
|
||||
verify=False,
|
||||
follow_redirects=True,
|
||||
**self.proxy,
|
||||
)
|
||||
self.download_client = AsyncClient(
|
||||
headers=self.blank_headers,
|
||||
timeout=timeout,
|
||||
verify=False,
|
||||
follow_redirects=True,
|
||||
**self.proxy,
|
||||
)
|
||||
self.image_download = self.check_bool(image_download, True)
|
||||
|
||||
@@ -25,7 +25,7 @@ __all__ = [
|
||||
|
||||
VERSION_MAJOR = 2
|
||||
VERSION_MINOR = 1
|
||||
VERSION_BETA = True
|
||||
VERSION_BETA = False
|
||||
ROOT = Path(__file__).resolve().parent.parent.parent
|
||||
PROJECT = f"XHS-Downloader V{VERSION_MAJOR}.{
|
||||
VERSION_MINOR}{" Beta" if VERSION_BETA else ""}"
|
||||
|
||||
Reference in New Issue
Block a user