From 2cdb7e86caf0d59090754373f4671f5f61981ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 26 Jan 2025 19:17:10 +0100 Subject: [PATCH] [hiperdex] fix 'description' extraction --- gallery_dl/extractor/hiperdex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/hiperdex.py b/gallery_dl/extractor/hiperdex.py index c939a3c5..d50f18b2 100644 --- a/gallery_dl/extractor/hiperdex.py +++ b/gallery_dl/extractor/hiperdex.py @@ -49,7 +49,7 @@ class HiperdexBase(): "status" : extr( 'class="summary-content">', '<').strip(), "description": text.remove_html(text.unescape(extr( - "Summary ", ""))), + '
', "
"))), "language": "English", "lang" : "en", }