diff options
Diffstat (limited to 'pyload/plugins/account/RarefileNet.py')
-rw-r--r-- | pyload/plugins/account/RarefileNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/account/RarefileNet.py b/pyload/plugins/account/RarefileNet.py index 68e2595e2..e715d0fe0 100644 --- a/pyload/plugins/account/RarefileNet.py +++ b/pyload/plugins/account/RarefileNet.py @@ -6,10 +6,10 @@ from pyload.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/" |