Add .doc files to the list of supported formats, as of Boox firmware 1.4 20100625

This commit is contained in:
Kovid Goyal 2010-07-04 08:07:11 -06:00
parent db8ce889e0
commit fbf9da0c76

View File

@ -109,7 +109,8 @@ class BOOX(HANLINV3):
METADATA_CACHE = '.metadata.calibre'
# Ordered list of supported formats
FORMATS = ['epub', 'fb2', 'djvu', 'pdf', 'html', 'txt', 'rtf', 'mobi', 'prc', 'chm']
FORMATS = ['epub', 'fb2', 'djvu', 'pdf', 'html', 'txt', 'rtf', 'mobi',
'prc', 'chm', 'doc']
VENDOR_ID = [0x0525]
PRODUCT_ID = [0xa4a5]