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

This commit is contained in:
Charles Haley 2010-07-03 22:06:13 +01:00
parent 53b04dec54
commit 2a0f148013

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]