mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
use large instead of origin for pixiv
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ class TelegramPixiv:
|
|||||||
logger.info(str(media))
|
logger.info(str(media))
|
||||||
if pixiv.type in ("illust", "manga"):
|
if pixiv.type in ("illust", "manga"):
|
||||||
yield InputMediaPhoto(
|
yield InputMediaPhoto(
|
||||||
media=media.url,
|
media=media.large,
|
||||||
has_spoiler=pixiv.is_nsfw
|
has_spoiler=pixiv.is_nsfw
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user