From 011e4607c3952c5761e6014377ddbdde53f10bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 15 May 2023 23:16:31 +0200 Subject: [PATCH] [poipiku] extract full 'descriptions' (#4066) don't cut it off after the first line --- gallery_dl/extractor/poipiku.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gallery_dl/extractor/poipiku.py b/gallery_dl/extractor/poipiku.py index 49da9ce3..14c25c44 100644 --- a/gallery_dl/extractor/poipiku.py +++ b/gallery_dl/extractor/poipiku.py @@ -41,7 +41,7 @@ class PoipikuExtractor(Extractor): "user_name" : text.unescape(extr( '

', '")[2]), "description": text.unescape(extr( - 'class="IllustItemDesc" >', '<')), + 'class="IllustItemDesc" >', '

')), "_http_headers": {"Referer": post_url}, } @@ -172,7 +172,9 @@ class PoipikuPostExtractor(PoipikuExtractor): "count": 3, "keyword": { "count": "3", - "description": "ORANGE OASISボスネタバレ", + "description": "ORANGE OASISボスネタバレ
曲も大好き
" + "2枚目以降はほとんど見えなかった1枚目背景" + "のヒエログリフ小ネタです𓀀", "num": int, "post_category": "SPOILER", "post_id": "5776587",