mirror of
https://github.com/ciromattia/kcc
synced 2026-04-18 15:08:48 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c26383c4b5 | ||
|
|
4e6ee8b59b |
@@ -1,4 +1,4 @@
|
|||||||
__version__ = '6.3.0'
|
__version__ = '6.3.1'
|
||||||
__license__ = 'ISC'
|
__license__ = 'ISC'
|
||||||
__copyright__ = '2012-2022, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>, darodi'
|
__copyright__ = '2012-2022, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>, darodi'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
|
|||||||
@@ -532,6 +532,13 @@ def buildEPUB(path, chapternames, tomenumber, ischunked):
|
|||||||
|
|
||||||
for aChapter in options.chapters:
|
for aChapter in options.chapters:
|
||||||
pageid = aChapter[0]
|
pageid = aChapter[0]
|
||||||
|
|
||||||
|
if options.dedupecover:
|
||||||
|
if pageid == 0:
|
||||||
|
continue
|
||||||
|
else:
|
||||||
|
pageid -= 1
|
||||||
|
|
||||||
cur_diff = global_diff
|
cur_diff = global_diff
|
||||||
global_diff = 0
|
global_diff = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user