diff --git a/gallery_dl/extractor/subscribestar.py b/gallery_dl/extractor/subscribestar.py index b57013a7..d2e298c1 100644 --- a/gallery_dl/extractor/subscribestar.py +++ b/gallery_dl/extractor/subscribestar.py @@ -118,8 +118,8 @@ class SubscribestarExtractor(Extractor): "author_id" : text.parse_int(extr('data-user-id="', '"')), "author_name": text.unescape(extr('href="/', '"')), "author_nick": text.unescape(extr('>', '<')), - "date" : self._parse_datetime(text.remove_html(extr( - 'class="post-date">', ''))), + "date" : self._parse_datetime(extr( + 'class="post-date">', '').rpartition(">")[2]), "content" : (extr( '