This commit is contained in:
parent
234d5a54d4
commit
9810f4c5dd
@ -27,8 +27,8 @@ for volume_tag in tags:
|
|||||||
if 'Volume' in volume_tag.get_text():
|
if 'Volume' in volume_tag.get_text():
|
||||||
volume = int(volume_tag.get_text().replace('Volume ', ''))
|
volume = int(volume_tag.get_text().replace('Volume ', ''))
|
||||||
volumes.append(
|
volumes.append(
|
||||||
Epub("The Wandering Inn - Volume %d" % volume, creator='Pirateaba', rights='Pirateaba', language='en',
|
Epub("The Wandering Inn - Volume %d" % volume, creator='Pirateaba', rights='Pirateaba',
|
||||||
cover='cover.png')
|
language='en', cover='cover.png')
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user