summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-27 20:38:21 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-27 20:38:21 +0200
commit3e350f1da4f760a02a65928175f24fd38e689b6b (patch)
treeab38066d36906c1fe596efb61498ce887f6115f8 /module
parentFix captcha timeout (diff)
downloadpyload-3e350f1da4f760a02a65928175f24fd38e689b6b.tar.xz
[ExtractArchive] Rename archive_password.txt -> passwords.txt
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/ExtractArchive.py2
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 ),