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():
|
||||
volume = int(volume_tag.get_text().replace('Volume ', ''))
|
||||
volumes.append(
|
||||
Epub("The Wandering Inn - Volume %d" % volume, creator='Pirateaba', rights='Pirateaba', language='en',
|
||||
cover='cover.png')
|
||||
Epub("The Wandering Inn - Volume %d" % volume, creator='Pirateaba', rights='Pirateaba',
|
||||
language='en', cover='cover.png')
|
||||
)
|
||||
continue
|
||||
|
||||
|
Reference in New Issue
Block a user