IGN:Add RTF to list of supported formats on BeBook

This commit is contained in:
Kovid Goyal 2009-08-04 10:37:23 -06:00
parent a07a954e55
commit 8c350fb8cb

View File

@ -20,7 +20,7 @@ class BEBOOK(USBMS):
supported_platforms = ['windows', 'osx', 'linux']
# Ordered list of supported formats
FORMATS = ['mobi', 'epub', 'pdf', 'txt']
FORMATS = ['mobi', 'epub', 'pdf', 'rtf', 'txt']
VENDOR_ID = [0x0525]
PRODUCT_ID = [0x8803, 0x6803]