From 835dfae345d8cf479cc83db772bfc0fa0923bcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 15 Sep 2025 17:09:10 +0200 Subject: [PATCH] [simpcity] improve post content extraction (#8214) use a better end marker to not stop prematurely when a quoted post is present --- gallery_dl/extractor/simpcity.py | 3 ++- test/results/simpcity.py | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/gallery_dl/extractor/simpcity.py b/gallery_dl/extractor/simpcity.py index 8cc7e388..45189b0a 100644 --- a/gallery_dl/extractor/simpcity.py +++ b/gallery_dl/extractor/simpcity.py @@ -92,7 +92,8 @@ class SimpcityExtractor(Extractor): "id": extr('data-content="post-', '"'), "author_url": extr('itemprop="url" content="', '"'), "date": text.parse_datetime(extr('datetime="', '"')), - "content": extr('
', "\t\t
").strip(), + "content": extr('
', + '