mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add .ibook and .iba to the list of known ebook filetypes. Fixes #953018 ([Enhancement] iBooks file type)
This commit is contained in:
parent
87dc869837
commit
6dc520a14a
@ -31,7 +31,7 @@ BOOK_EXTENSIONS = ['lrf', 'rar', 'zip', 'rtf', 'lit', 'txt', 'txtz', 'text', 'ht
|
||||
'epub', 'fb2', 'djv', 'djvu', 'lrx', 'cbr', 'cbz', 'cbc', 'oebzip',
|
||||
'rb', 'imp', 'odt', 'chm', 'tpz', 'azw1', 'pml', 'pmlz', 'mbp', 'tan', 'snb',
|
||||
'xps', 'oxps', 'azw4', 'book', 'zbf', 'pobi', 'docx', 'md',
|
||||
'textile', 'markdown']
|
||||
'textile', 'markdown', 'ibook', 'iba']
|
||||
|
||||
class HTMLRenderer(object):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user