diff options
author | 2014-10-05 02:26:08 +0200 | |
---|---|---|
committer | 2014-10-05 02:27:40 +0200 | |
commit | 56971d70884e7d4f3242e7c52da88c4298ba130a (patch) | |
tree | 970c6c19b220f92642fba76a91eab0a3500c4107 /module/plugins/accounts/RarefileNet.py | |
parent | Spare code fixes about COOKIES (diff) | |
download | pyload-56971d70884e7d4f3242e7c52da88c4298ba130a.tar.xz |
[XFSPAccount] COOKIES attribute support
Diffstat (limited to 'module/plugins/accounts/RarefileNet.py')
-rw-r--r-- | module/plugins/accounts/RarefileNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/RarefileNet.py b/module/plugins/accounts/RarefileNet.py index c8eae79a8..e1fa7878a 100644 --- a/module/plugins/accounts/RarefileNet.py +++ b/module/plugins/accounts/RarefileNet.py @@ -6,10 +6,10 @@ from module.plugins.internal.XFSPAccount import XFSPAccount class RarefileNet(XFSPAccount): __name__ = "RarefileNet" __type__ = "account" - __version__ = "0.02" + __version__ = "0.03" __description__ = """RareFile.net account plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" - MAIN_PAGE = "http://rarefile.net/" + HOSTER_URL = "http://rarefile.net/" |