2017-02-18 09:57:13 +01: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 08:45:50 +02: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.')
|
2018-12-25 10:06:45 +01:00
|
|
|
- file_types = {'zip', 'rar'}
|
|
|
|
+ file_types = {'zip'}
|
2016-01-02 18:52:57 +01:00
|
|
|
supported_platforms = ['windows', 'osx', 'linux']
|
|
|
|
on_import = True
|