[zerochan] fix skipping every other post
This commit is contained in:
@@ -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.', '"'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user