Fix bug in page list
Signed-off-by: Vincent Texier <vit@free.fr>
This commit is contained in:
parent
30732318b5
commit
f9ac001c39
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class ReaderV2(BasePage):
|
||||||
'http://www.izneo.com/playerv2/ajax.php?ean=%s&action=get_list_jpg'
|
'http://www.izneo.com/playerv2/ajax.php?ean=%s&action=get_list_jpg'
|
||||||
% ean))
|
% ean))
|
||||||
|
|
||||||
for page in pages:
|
for page in pages['list']:
|
||||||
width = 1200 # maximum width
|
width = 1200 # maximum width
|
||||||
yield BaseImage(page['page'],
|
yield BaseImage(page['page'],
|
||||||
gallery=gallery,
|
gallery=gallery,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue