summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/MultiHoster.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-31 00:05:39 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-31 00:05:39 +0100
commitbe51f9235eb555be07b9d5cc0a34c73b75ac0cfe (patch)
tree6c784133c1af5caf959ef13ef8e43c4f12dfd003 /module/plugins/internal/MultiHoster.py
parent[SimpleHoster] Clean lastDownload when download fails (diff)
downloadpyload-be51f9235eb555be07b9d5cc0a34c73b75ac0cfe.tar.xz
Handle methods get pyfile argument
Diffstat (limited to 'module/plugins/internal/MultiHoster.py')
-rw-r--r--module/plugins/internal/MultiHoster.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/internal/MultiHoster.py b/module/plugins/internal/MultiHoster.py
index 8cdb2fbff..810eab4ee 100644
--- a/module/plugins/internal/MultiHoster.py
+++ b/module/plugins/internal/MultiHoster.py
@@ -73,11 +73,11 @@ class MultiHoster(SimpleHoster):
self.checkFile()
- def handlePremium(self):
- return self.handleFree()
+ def handlePremium(self, pyfile=None):
+ return self.handleFree(pyfile)
- def handleFree(self):
+ def handleFree(self, pyfile=None):
if self.premium:
raise NotImplementedError
else: