mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Add .ibook*s* as a recognized ebook format as well
This commit is contained in:
parent
15698f60a7
commit
06f3640ceb
@ -1382,4 +1382,4 @@ application/vnd.ms-opentype otf
|
||||
application/font-woff woff
|
||||
application/x-font-truetype ttf
|
||||
text/xml plist
|
||||
application/x-ibooks+zip ibook
|
||||
application/x-ibooks+zip ibook ibooks
|
||||
|
@ -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', 'docm', 'md',
|
||||
'textile', 'markdown', 'ibook', 'iba', 'azw3', 'ps', 'kepub']
|
||||
'textile', 'markdown', 'ibook', 'ibooks', 'iba', 'azw3', 'ps', 'kepub']
|
||||
|
||||
class HTMLRenderer(object):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user