mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Add RTF to list of supported formats on BeBook
This commit is contained in:
parent
a07a954e55
commit
8c350fb8cb
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user