summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/account/RehostTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/account/RehostTo.py')
-rw-r--r--pyload/plugins/account/RehostTo.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/pyload/plugins/account/RehostTo.py b/pyload/plugins/account/RehostTo.py
index 0ade81540..6896555bf 100644
--- a/pyload/plugins/account/RehostTo.py
+++ b/pyload/plugins/account/RehostTo.py
@@ -4,12 +4,13 @@ from pyload.plugins.base.Account import Account
class RehostTo(Account):
- __name__ = "RehostTo"
- __type__ = "account"
+ __name__ = "RehostTo"
+ __type__ = "account"
__version__ = "0.1"
__description__ = """Rehost.to account plugin"""
- __authors__ = [("RaNaN", "RaNaN@pyload.org")]
+ __license__ = "GPLv3"
+ __authors__ = [("RaNaN", "RaNaN@pyload.org")]
def loadAccountInfo(self, user, req):
@@ -29,6 +30,7 @@ class RehostTo(Account):
return account_info
+
def login(self, user, data, req):
page = req.load("http://rehost.to/api.php?cmd=login&user=%s&pass=%s" % (user, data['password']))