[2chan] fix extraction

This commit is contained in:
Mike Fährmann
2017-07-20 15:01:47 +02:00
parent a13eb6010f
commit 394241cd6f

View File

@@ -86,6 +86,7 @@ class FutabaThreadExtractor(Extractor):
@staticmethod
def _extract_image(post, data):
text.extract_all(post, (
("filename", '_blank">', '<'),
(None , '_blank', ''),
("filename", '>', '<'),
("fsize" , '(', ' '),
), 0, data)