diff options
| author | 2015-06-16 17:31:38 +0200 | |
|---|---|---|
| committer | 2015-06-24 22:40:32 +0200 | |
| commit | c1764e2fea0bb05164c83a876e8cd58b97f58f25 (patch) | |
| tree | be1af8dbf5542d93f1cb97f07dd1793fc7acc2df /module/plugins/hoster/PromptfileCom.py | |
| parent | [SimpleHoster] fixurl (diff) | |
| download | pyload-c1764e2fea0bb05164c83a876e8cd58b97f58f25.tar.xz | |
Update all
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) | 
