summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-20 16:20:24 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-20 16:20:24 +0200
commit9d2f90775a1d956558ad3238a0c4aa4b652306cb (patch)
tree22817a0b250938d6b7222ee71a00326a704b2b30 /module/plugins/hooks
parentunrar without PIPE (diff)
downloadpyload-9d2f90775a1d956558ad3238a0c4aa4b652306cb.tar.xz
new tmp folder for unrar
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r--module/plugins/hooks/UnRar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/UnRar.py b/module/plugins/hooks/UnRar.py
index 6bd650b4a..4f989e804 100644
--- a/module/plugins/hooks/UnRar.py
+++ b/module/plugins/hooks/UnRar.py
@@ -111,7 +111,7 @@ class UnRar(Hook):
else:
folder = download_folder
- u = Unrar(join(folder, fname))
+ u = Unrar(join(folder, fname), tmpdir=join(folder, "tmp"))
try:
success = u.crackPassword(passwords=self.passwords, statusFunction=s, overwrite=True, destination=folder, fullPath=self.getConfig("fullpath"))
except WrongPasswordError: