summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-26 23:17:48 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-26 23:17:48 +0200
commitfc3f1b94f4e8f59dbc4c989967e54e2c079f5a21 (patch)
tree433d548b9830961dfb4f1d9c3018402a856cc540 /module/network
parentcli python 2.5 fix (diff)
downloadpyload-fc3f1b94f4e8f59dbc4c989967e54e2c079f5a21.tar.xz
realdebrid fix
Diffstat (limited to 'module/network')
-rw-r--r--module/network/HTTPDownload.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py
index 40e2e69e1..44cf5fdb2 100644
--- a/module/network/HTTPDownload.py
+++ b/module/network/HTTPDownload.py
@@ -110,6 +110,7 @@ class HTTPDownload():
fo.close()
if self.nameDisposition and self.disposition:
+ self.log.debug("Content-Disposition: %s" % self.nameDisposition)
self.filename = save_join(dirname(self.filename), self.nameDisposition)
move(init, self.filename)