From aac1d8f36ded6767b46b757c251a5ba18d9d01a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 24 Nov 2025 20:59:15 +0100 Subject: [PATCH] [simpcity] fix 'content' for first post of a thread --- gallery_dl/extractor/simpcity.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gallery_dl/extractor/simpcity.py b/gallery_dl/extractor/simpcity.py index 4bca2b31..9e66e914 100644 --- a/gallery_dl/extractor/simpcity.py +++ b/gallery_dl/extractor/simpcity.py @@ -161,8 +161,11 @@ class SimpcityExtractor(Extractor): "id": extr('data-content="post-', '"'), "author_url": extr('itemprop="url" content="', '"'), "date": self.parse_datetime_iso(extr('datetime="', '"')), - "content": extr('
', - '
', + '
", pos-200)[0] + html = text.extract(page, "
") + posts = text.extract_iter(page, "