mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
87c34c73cc
commit
debc7c26de
@ -24,5 +24,6 @@ class ConversionError(Exception):
|
||||
class UnknownFormatError(Exception):
|
||||
pass
|
||||
|
||||
BOOK_EXTENSIONS = ['lrf', 'lrx', 'rar', 'zip', 'rtf', 'lit', 'txt', 'htm',
|
||||
'html', 'xhtml', 'epub', 'pdf', 'prc', 'mobi', 'azw', 'epub']
|
||||
BOOK_EXTENSIONS = ['lrf', 'lrx', 'rar', 'zip', 'rtf', 'lit', 'txt', 'htm', 'xhtm',
|
||||
'html', 'xhtml', 'epub', 'pdf', 'prc', 'mobi', 'azw',
|
||||
'epub']
|
||||
|
Loading…
x
Reference in New Issue
Block a user