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/CramitIn.py | |
parent | Spare code fixes about COOKIES (diff) | |
download | pyload-56971d70884e7d4f3242e7c52da88c4298ba130a.tar.xz |
[XFSPAccount] COOKIES attribute support
Diffstat (limited to 'module/plugins/accounts/CramitIn.py')
-rw-r--r-- | module/plugins/accounts/CramitIn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/CramitIn.py b/module/plugins/accounts/CramitIn.py index 34aa3ab40..f0cf2c6c7 100644 --- a/module/plugins/accounts/CramitIn.py +++ b/module/plugins/accounts/CramitIn.py @@ -6,10 +6,10 @@ from module.plugins.internal.XFSPAccount import XFSPAccount class CramitIn(XFSPAccount): __name__ = "CramitIn" __type__ = "account" - __version__ = "0.01" + __version__ = "0.02" __description__ = """Cramit.in account plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" - MAIN_PAGE = "http://cramit.in/" + HOSTER_URL = "http://cramit.in/" |