From c1764e2fea0bb05164c83a876e8cd58b97f58f25 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 16 Jun 2015 17:31:38 +0200 Subject: Update all --- module/plugins/hoster/PromptfileCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/PromptfileCom.py') diff --git a/module/plugins/hoster/PromptfileCom.py b/module/plugins/hoster/PromptfileCom.py index 3578ff7fb..4a1b07f05 100644 --- a/module/plugins/hoster/PromptfileCom.py +++ b/module/plugins/hoster/PromptfileCom.py @@ -35,7 +35,7 @@ class PromptfileCom(SimpleHoster): self.logDebug("Read chash %s" % chash) # continue to stage2 - self.html = self.load(pyfile.url, decode=True, post={'chash': chash}) + self.html = self.load(pyfile.url, post={'chash': chash}) # STAGE 2: get the direct link return super(PromptfileCom, self).handleFree(pyfile) -- cgit v1.2.3