From be77a33e9deb5381a1aae0409e71d886fc64e9fc Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Mon, 24 Jun 2024 20:02:35 +0800 Subject: [PATCH] use large instead of origin for pixiv --- utils/pixiv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pixiv.py b/utils/pixiv.py index 8c1198c..1ccf437 100644 --- a/utils/pixiv.py +++ b/utils/pixiv.py @@ -205,7 +205,7 @@ class TelegramPixiv: logger.info(str(media)) if pixiv.type in ("illust", "manga"): yield InputMediaPhoto( - media=media.url, + media=media.large, has_spoiler=pixiv.is_nsfw ) else: