2017-02-18 08:57:13 +00:00
|
|
|
diff --git a/src/calibre/ebooks/metadata/archive.py b/src/calibre/ebooks/metadata/archive.py
|
2023-09-25 09:15:54 +00:00
|
|
|
index 50b4750124..858e39eece 100644
|
2017-02-18 08:57:13 +00:00
|
|
|
--- a/src/calibre/ebooks/metadata/archive.py
|
|
|
|
+++ b/src/calibre/ebooks/metadata/archive.py
|
2023-09-25 09:15:54 +00:00
|
|
|
@@ -99,7 +99,7 @@ class ArchiveExtract(FileTypePlugin):
|
2017-06-25 06:45:50 +00:00
|
|
|
description = _('Extract common e-book formats from archive files '
|
2023-09-25 09:15:54 +00:00
|
|
|
'(ZIP/RAR/7z). Also try to autodetect if they are actually '
|
|
|
|
'CBZ/CBR/CB7 files.')
|
|
|
|
- file_types = {'zip', 'rar', '7z'}
|
|
|
|
+ file_types = {'zip', '7z'}
|
2016-01-02 17:52:57 +00:00
|
|
|
supported_platforms = ['windows', 'osx', 'linux']
|
|
|
|
on_import = True
|