[zerochan] fix skipping every other post
This commit is contained in:
@@ -146,9 +146,9 @@ class ZerochanTagExtractor(ZerochanExtractor):
|
|||||||
yield {
|
yield {
|
||||||
"id" : extr('href="/', '"'),
|
"id" : extr('href="/', '"'),
|
||||||
"name" : extr('alt="', '"'),
|
"name" : extr('alt="', '"'),
|
||||||
"width" : extr('title="', 'x'),
|
"width" : extr('title="', '✕'),
|
||||||
"height": extr('', ' '),
|
"height": extr('', ' '),
|
||||||
"size" : extr('', 'B'),
|
"size" : extr('', 'b'),
|
||||||
"file_url": "https://static." + extr(
|
"file_url": "https://static." + extr(
|
||||||
'<a href="https://static.', '"'),
|
'<a href="https://static.', '"'),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user