diff options
Diffstat (limited to 'module/plugins/hoster/PromptfileCom.py')
-rw-r--r-- | module/plugins/hoster/PromptfileCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |