summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RehostTo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-23 19:29:15 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-23 19:29:15 +0100
commita4786e340993bbfc5d2bf971c9bec18863d3dd80 (patch)
tree4e17e7d7a6bf7a30b472de42a2edc7cda2e6c186 /module/plugins/hoster/RehostTo.py
parent[SimpleHoster] Code cosmetics (diff)
downloadpyload-a4786e340993bbfc5d2bf971c9bec18863d3dd80.tar.xz
[MultiHoster] Update
Diffstat (limited to 'module/plugins/hoster/RehostTo.py')
-rw-r--r--module/plugins/hoster/RehostTo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/RehostTo.py b/module/plugins/hoster/RehostTo.py
index da0baf913..b1d0c6e93 100644
--- a/module/plugins/hoster/RehostTo.py
+++ b/module/plugins/hoster/RehostTo.py
@@ -8,7 +8,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo
class RehostTo(MultiHoster):
__name__ = "RehostTo"
__type__ = "hoster"
- __version__ = "0.15"
+ __version__ = "0.16"
__pattern__ = r'https?://.*rehost\.to\..*'
@@ -26,7 +26,7 @@ class RehostTo(MultiHoster):
self.resumeDownload = True
- def handleMulti(self):
+ def handlePremium(self):
data = self.account.getAccountInfo(self.user)
long_ses = data['long_ses']