diff options
author | 2015-12-22 02:10:05 +0100 | |
---|---|---|
committer | 2015-12-22 02:10:05 +0100 | |
commit | 988d734890dda4171f1aabe258cfec45062c824f (patch) | |
tree | 6157337f13a89aac066073ade90867aaa279c057 /module/plugins/internal/Extractor.py | |
parent | Initial release of WarezWorld hook (diff) | |
parent | [UgouploadNet] update (diff) | |
download | pyload-988d734890dda4171f1aabe258cfec45062c824f.tar.xz |
Merge remote-tracking branch 'pyload/stable' into stable
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-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): |