diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-16 21:26:00 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-16 21:26:00 +0100 |
commit | 62c6ba175ef666c14fdd4ff88cb471dab08cd59d (patch) | |
tree | 10f89a647178e1963a7bbda0f4916c7a7531e1af /module/plugins | |
parent | [OneFichierCom] fix #2193 (diff) | |
download | pyload-62c6ba175ef666c14fdd4ff88cb471dab08cd59d.tar.xz |
[Extractor] fix #2084
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/internal/Extractor.py | 3 |
1 files changed, 1 insertions, 2 deletions
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): |