mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 15:07:17 +08:00
perf: 更新项目默认配置参数
1. 更新项目 README 2. 更新默认 UserAgent 3. 默认图片格式修改为 JPEG 4. 修正项目描述错误
This commit is contained in:
@@ -97,12 +97,6 @@ async def test():
|
||||
return
|
||||
async with XHS(
|
||||
download_record=False,
|
||||
# image_format="PNG",
|
||||
# image_format="WEBP",
|
||||
# image_format="JPEG",
|
||||
# image_format="HEIC",
|
||||
# image_format="AVIF",
|
||||
# image_format="AUTO",
|
||||
) as xhs:
|
||||
print(
|
||||
await xhs.extract(
|
||||
|
||||
Reference in New Issue
Block a user