fix: 修复部分图文作品下载失败的问题

Closes #264
This commit is contained in:
Quan
2025-07-12 22:10:27 +08:00
parent da0dffb890
commit f56046c810
3 changed files with 9 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ class Image:
token: str,
format_: str,
) -> str:
return f"https://ci.xiaohongshu.com/{token}?imageView2/format/{format_}"
return f"https://ci.xiaohongshu.com/{token}?imageView2/format/{format_}?"
@staticmethod
def __extract_image_token(url: str) -> str: