2017-02-18 08:57:13 +00:00
|
|
|
diff --git a/src/calibre/ebooks/metadata/archive.py b/src/calibre/ebooks/metadata/archive.py
|
|
|
|
index 938ab24..1e095f8 100644
|
|
|
|
--- a/src/calibre/ebooks/metadata/archive.py
|
|
|
|
+++ b/src/calibre/ebooks/metadata/archive.py
|
2017-06-25 07:45:50 +01:00
|
|
|
@@ -44,7 +44,7 @@
|
|
|
|
description = _('Extract common e-book formats from archive files '
|
|
|
|
'(ZIP/RAR). Also try to autodetect if they are actually '
|
|
|
|
'CBZ/CBR files.')
|
2016-01-02 17:52:57 +00:00
|
|
|
- file_types = set(['zip', 'rar'])
|
|
|
|
+ file_types = set(['zip'])
|
|
|
|
supported_platforms = ['windows', 'osx', 'linux']
|
|
|
|
on_import = True
|