summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/account/MegasharesCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/account/MegasharesCom.py')
-rw-r--r--pyload/plugins/account/MegasharesCom.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/pyload/plugins/account/MegasharesCom.py b/pyload/plugins/account/MegasharesCom.py
index f9bd6553d..5931e4e7e 100644
--- a/pyload/plugins/account/MegasharesCom.py
+++ b/pyload/plugins/account/MegasharesCom.py
@@ -7,12 +7,13 @@ from pyload.plugins.base.Account import Account
class MegasharesCom(Account):
- __name__ = "MegasharesCom"
- __type__ = "account"
+ __name__ = "MegasharesCom"
+ __type__ = "account"
__version__ = "0.02"
__description__ = """Megashares.com account plugin"""
- __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
VALID_UNTIL_PATTERN = r'<p class="premium_info_box">Period Ends: (\w{3} \d{1,2}, \d{4})</p>'
@@ -34,6 +35,7 @@ class MegasharesCom(Account):
return {"validuntil": validuntil, "trafficleft": -1, "premium": premium}
+
def login(self, user, data, req):
html = req.load('http://d01.megashares.com/myms_login.php', post={
"httpref": "",