import kepub as epub, http://wiki.mobileread.com/wiki/Kepub
This commit is contained in:
parent
3ba16900e6
commit
b33d066322
4 changed files with 7 additions and 2 deletions
|
|
@ -77,6 +77,8 @@ def run_scan():
|
|||
continue
|
||||
f = os.path.join(root, f)
|
||||
ext = f.split('.')[-1]
|
||||
if ext == 'kepub':
|
||||
ext = 'epub'
|
||||
if ext in extensions:
|
||||
books.append(f)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue