mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:14:36 +02:00
...
This commit is contained in:
parent
a6f135522c
commit
3a79c7f235
2 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class ParserError(ValueError):
|
|||
'html', 'htmlz', 'xhtml', 'pdf', 'pdb', 'pdr', 'prc', 'mobi', 'azw', 'doc',
|
||||
'epub', 'fb2', 'djv', 'djvu', 'lrx', 'cbr', 'cbz', 'cbc', 'oebzip',
|
||||
'rb', 'imp', 'odt', 'chm', 'tpz', 'azw1', 'pml', 'pmlz', 'mbp', 'tan', 'snb',
|
||||
'xps', 'oxps']
|
||||
'xps', 'oxps', 'azw4']
|
||||
|
||||
class HTMLRenderer(object):
|
||||
|
||||
|
|
|
|||
|
|
@ -425,6 +425,7 @@ class FileIconProvider(QFileIconProvider):
|
|||
'mobi' : 'mobi',
|
||||
'mbp' : 'zero',
|
||||
'azw1' : 'mobi',
|
||||
'azw4' : 'pdf',
|
||||
'tpz' : 'mobi',
|
||||
'tan' : 'zero',
|
||||
'epub' : 'epub',
|
||||
|
|
|
|||
Loading…
Reference in a new issue