diff options
author | Jens Hörnlein <jens.hoernlein@googlemail.com> | 2015-03-25 18:39:54 +0100 |
---|---|---|
committer | Jens Hörnlein <jens.hoernlein@googlemail.com> | 2015-03-25 18:41:26 +0100 |
commit | ffb46ab200df55303836cc49e61b971b02e67ec8 (patch) | |
tree | 5e8b007daba620beb849d6b43287cea4556f562b /module/plugins/internal/Extractor.py | |
parent | [ExtractArchive] Bugfix (diff) | |
download | pyload-ffb46ab200df55303836cc49e61b971b02e67ec8.tar.xz |
[ExtractArchive] Send2Trash Integration
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r-- | module/plugins/internal/Extractor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py index dad57dc7f..ec6a4e175 100644 --- a/module/plugins/internal/Extractor.py +++ b/module/plugins/internal/Extractor.py @@ -20,7 +20,7 @@ class PasswordError(Exception): class Extractor: __name__ = "Extractor" - __version__ = "0.22" + __version__ = "0.23" __description__ = """Base extractor plugin""" __license__ = "GPLv3" @@ -75,7 +75,7 @@ class Extractor: overwrite=False, excludefiles=[], renice=0, - delete=False, + delete='No', keepbroken=False, fid=None): """ Initialize extractor for specific file """ |