summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-09-22 17:12:57 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-09-22 17:12:57 +0200
commit2c61d10fdeeb89199d14ba152490f227f201d67c (patch)
treecdf4fbef3027b1f68f8e7e7975b441d0faf0a046 /module
parentversion up (diff)
downloadpyload-2c61d10fdeeb89199d14ba152490f227f201d67c.tar.xz
Update Hoster.py
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/Hoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py
index e655b0544..90961d529 100644
--- a/module/plugins/internal/Hoster.py
+++ b/module/plugins/internal/Hoster.py
@@ -575,7 +575,7 @@ class Hoster(Plugin):
except Exception: #: Bad bad bad... rewrite this part in 0.4.10
res = self.load(url,
just_header=True,
- req=self.pyload.requestFactory.getRequest())
+ req=self.pyload.requestFactory.getRequest(self.__name__))
header = {'code': req.code}
for line in res.splitlines():