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, "