diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-26 23:17:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-26 23:17:48 +0200 |
commit | fc3f1b94f4e8f59dbc4c989967e54e2c079f5a21 (patch) | |
tree | 433d548b9830961dfb4f1d9c3018402a856cc540 /module/network | |
parent | cli python 2.5 fix (diff) | |
download | pyload-fc3f1b94f4e8f59dbc4c989967e54e2c079f5a21.tar.xz |
realdebrid fix
Diffstat (limited to 'module/network')
-rw-r--r-- | module/network/HTTPDownload.py | 1 |
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) |