Fix bug in page list

Signed-off-by: Vincent Texier <vit@free.fr>
This commit is contained in:
Vincent Texier 2014-06-08 19:34:43 +02:00 committed by Florent
commit f9ac001c39

View file

@ -39,7 +39,7 @@ class ReaderV2(BasePage):
'http://www.izneo.com/playerv2/ajax.php?ean=%s&action=get_list_jpg'
% ean))
for page in pages:
for page in pages['list']:
width = 1200 # maximum width
yield BaseImage(page['page'],
gallery=gallery,