diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-05 02:26:08 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-05 02:27:40 +0200 |
commit | 56971d70884e7d4f3242e7c52da88c4298ba130a (patch) | |
tree | 970c6c19b220f92642fba76a91eab0a3500c4107 /module/plugins/accounts/RyushareCom.py | |
parent | Spare code fixes about COOKIES (diff) | |
download | pyload-56971d70884e7d4f3242e7c52da88c4298ba130a.tar.xz |
[XFSPAccount] COOKIES attribute support
Diffstat (limited to 'module/plugins/accounts/RyushareCom.py')
-rw-r--r-- | module/plugins/accounts/RyushareCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/RyushareCom.py b/module/plugins/accounts/RyushareCom.py index 7fb373ca7..e6f9d486d 100644 --- a/module/plugins/accounts/RyushareCom.py +++ b/module/plugins/accounts/RyushareCom.py @@ -6,13 +6,13 @@ from module.plugins.internal.XFSPAccount import XFSPAccount class RyushareCom(XFSPAccount): __name__ = "RyushareCom" __type__ = "account" - __version__ = "0.03" + __version__ = "0.04" __description__ = """Ryushare.com account plugin""" __author_name__ = ("zoidberg", "trance4us") __author_mail__ = ("zoidberg@mujmail.cz", "") - MAIN_PAGE = "http://ryushare.com/" + HOSTER_URL = "http://ryushare.com/" def login(self, user, data, req): |