mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-24 23:42:18 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be77a33e9d
|
+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