revert: 修复图文作品文件格式异常的问题

This commit is contained in:
Quan
2025-07-27 23:34:56 +08:00
parent 8dd8761f88
commit 5e6f4d9576
2 changed files with 3 additions and 3 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: