This commit is contained in:
Kovid Goyal 2008-02-21 04:44:11 +00:00
parent 87c34c73cc
commit debc7c26de

View File

@ -24,5 +24,6 @@ class ConversionError(Exception):
class UnknownFormatError(Exception): class UnknownFormatError(Exception):
pass pass
BOOK_EXTENSIONS = ['lrf', 'lrx', 'rar', 'zip', 'rtf', 'lit', 'txt', 'htm', BOOK_EXTENSIONS = ['lrf', 'lrx', 'rar', 'zip', 'rtf', 'lit', 'txt', 'htm', 'xhtm',
'html', 'xhtml', 'epub', 'pdf', 'prc', 'mobi', 'azw', 'epub'] 'html', 'xhtml', 'epub', 'pdf', 'prc', 'mobi', 'azw',
'epub']