[zerochan] fix skipping every other post

This commit is contained in:
Mike Fährmann
2024-02-15 02:51:01 +01:00
parent c97b92cc35
commit 42335ea880

View File

@@ -146,9 +146,9 @@ class ZerochanTagExtractor(ZerochanExtractor):
yield {
"id" : extr('href="/', '"'),
"name" : extr('alt="', '"'),
"width" : extr('title="', 'x'),
"width" : extr('title="', '✕'),
"height": extr('', ' '),
"size" : extr('', 'B'),
"size" : extr('', 'b'),
"file_url": "https://static." + extr(
'<a href="https://static.', '"'),
}