diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-07-27 20:38:21 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-07-27 20:38:21 +0200 |
commit | 3e350f1da4f760a02a65928175f24fd38e689b6b (patch) | |
tree | ab38066d36906c1fe596efb61498ce887f6115f8 /module | |
parent | Fix captcha timeout (diff) | |
download | pyload-3e350f1da4f760a02a65928175f24fd38e689b6b.tar.xz |
[ExtractArchive] Rename archive_password.txt -> passwords.txt
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hooks/ExtractArchive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py index 2e45f4a38..ffcb6e738 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -122,7 +122,7 @@ class ExtractArchive(Addon): ("repair" , "bool" , "Repair broken archives (RAR required)" , False ), ("test" , "bool" , "Test archive before extracting" , False ), ("usepasswordfile", "bool" , "Use password file" , True ), - ("passwordfile" , "file" , "Password file" , "archive_password.txt" ), + ("passwordfile" , "file" , "Password file" , "passwords.txt" ), ("delete" , "bool" , "Delete archive after extraction" , True ), ("deltotrash" , "bool" , "Move to trash (recycle bin) instead delete", True ), ("subfolder" , "bool" , "Create subfolder for each package" , False ), |