From 62c6ba175ef666c14fdd4ff88cb471dab08cd59d Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Wed, 16 Dec 2015 22:26:00 +0200 Subject: [Extractor] fix #2084 --- module/plugins/internal/Extractor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module') diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py index e821f7aa4..41ba4d429 100644 --- a/module/plugins/internal/Extractor.py +++ b/module/plugins/internal/Extractor.py @@ -23,7 +23,7 @@ class PasswordError(Exception): class Extractor(Plugin): __name__ = "Extractor" __type__ = "extractor" - __version__ = "0.40" + __version__ = "0.41" __status__ = "stable" __description__ = """Base extractor plugin""" @@ -80,7 +80,6 @@ class Extractor(Plugin): fullpath=True, overwrite=False, excludefiles=[], - renice=False, priority=0, keepbroken=False, fid=None): -- cgit v1.2.3