merge #5591: [poipoku] avoid language-specific extraction

pull/5603/head
Mike Fährmann 4 months ago
commit 2dec4bef60
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -63,7 +63,7 @@ class PoipikuExtractor(Extractor):
"//img.", "//img-org.", 1)
yield Message.Url, url, text.nameext_from_url(url, post)
if not extr(' show all(+', '<'):
if not extr('ShowAppendFile', '<'):
continue
url = self.root + "/f/ShowAppendFileF.jsp"

Loading…
Cancel
Save