Fix #1035656 (PostScript support when adding books)

This commit is contained in:
Kovid Goyal 2012-08-11 21:44:12 +05:30
parent 85b2cf0be2
commit 263b648fc0

View File

@ -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', 'ibook', 'iba', 'azw3']
'textile', 'markdown', 'ibook', 'iba', 'azw3', 'ps']
class HTMLRenderer(object):