mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:53:06 +02:00
Fix #1035656 (PostScript support when adding books)
This commit is contained in:
parent
85b2cf0be2
commit
263b648fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class ParserError(ValueError):
|
|||
'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', 'ibook', 'iba', 'azw3']
|
||||
'textile', 'markdown', 'ibook', 'iba', 'azw3', 'ps']
|
||||
|
||||
class HTMLRenderer(object):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue