From fc3f1b94f4e8f59dbc4c989967e54e2c079f5a21 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 26 May 2011 23:17:48 +0200 Subject: realdebrid fix --- module/network/HTTPDownload.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/network/HTTPDownload.py') 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) -- cgit v1.2.3