diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-07 18:50:19 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-07 18:50:19 +0100 |
commit | 90c821fcbbcab1f177ce2276e351ef1813650828 (patch) | |
tree | 4c642d40009dbdb01da473bb354c1223f75f96a7 | |
parent | Merge pull request #370 from vuolter/s/hoster/TusfilesNet (diff) | |
parent | Update MegasharesCom.py (diff) | |
download | pyload-90c821fcbbcab1f177ce2276e351ef1813650828.tar.xz |
Merge pull request #368 from igel-kun/patch-1
Update MegasharesCom.py
-rw-r--r-- | module/plugins/hoster/MegasharesCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/MegasharesCom.py b/module/plugins/hoster/MegasharesCom.py index 134c44334..26cf8ab8e 100644 --- a/module/plugins/hoster/MegasharesCom.py +++ b/module/plugins/hoster/MegasharesCom.py @@ -25,7 +25,7 @@ class MegasharesCom(SimpleHoster): __name__ = "MegasharesCom" __type__ = "hoster" __pattern__ = r"http://(\w+\.)?megashares.com/.*" - __version__ = "0.23" + __version__ = "0.24" __description__ = """megashares.com plugin - free only""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") @@ -72,7 +72,7 @@ class MegasharesCom(SimpleHoster): url = ("http://d01.megashares.com%s&rs=check_passport_renewal" % request_uri + "&rsargs[]=%s&rsargs[]=%s&rsargs[]=%s" % (verifyinput, random_num, passport_num) + - "&rsargs[]=replace_sec_pprenewal&rsrnd=%s" % str(int(time() * 1000)) + "&rsargs[]=replace_sec_pprenewal&rsrnd=%s" % str(int(time() * 1000))) self.logDebug(url) response = self.load(url) |