[poipiku] fix posts with more than one image (#2796)

This commit is contained in:
Mike Fährmann
2022-08-01 12:28:52 +02:00
parent 72389658b6
commit b9a14b5758

View File

@@ -57,7 +57,7 @@ class PoipikuExtractor(Extractor):
url = text.ensure_http_scheme(thumb[:-8])
yield Message.Url, url, text.nameext_from_url(url, post)
if not extr('</i> show all', '<'):
if not extr('> show all', '<'):
continue
url = self.root + "/f/ShowAppendFileF.jsp"