diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-04 20:26:13 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-04 20:26:13 +0100 |
commit | 7979d0833573a107baae8c45330b8b5874630a76 (patch) | |
tree | eaa2c71065c33067de56bdd8763e9ef3d690263f /module/plugins/hoster/RehostTo.py | |
parent | [PremiumTo] CHECK_TRAFFIC (diff) | |
download | pyload-7979d0833573a107baae8c45330b8b5874630a76.tar.xz |
Spare code improvements
Diffstat (limited to 'module/plugins/hoster/RehostTo.py')
-rw-r--r-- | module/plugins/hoster/RehostTo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/RehostTo.py b/module/plugins/hoster/RehostTo.py index 5dd17e374..96443d5f5 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.17" + __version__ = "0.18" __pattern__ = r'https?://.*rehost\.to\..+' @@ -22,7 +22,7 @@ class RehostTo(MultiHoster): def handlePremium(self): - data = self.account.getAccountInfo(self.user) + data = self.account.getAccountData(self.user) self.download("http://rehost.to/process_download.php", get={'user': "cookie", |