summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/RarefileNet.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-04-06 00:07:25 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-04-06 00:07:25 +0200
commit7379731d2f26e0a45e19b8f1cc6342115a0f559c (patch)
tree701f5e4c5103d047b702237a8d84a66edd7e054e /module/plugins/accounts/RarefileNet.py
parentparseFileSize fix (diff)
parentEgoFilesCom: fixed bug in premium downloads. (diff)
downloadpyload-7379731d2f26e0a45e19b8f1cc6342115a0f559c.tar.xz
Merge plugins from stable.
Conflicts: module/plugins/internal/UnRar.py
Diffstat (limited to 'module/plugins/accounts/RarefileNet.py')
-rw-r--r--module/plugins/accounts/RarefileNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/RarefileNet.py b/module/plugins/accounts/RarefileNet.py
index 57f293c55..90ad02d43 100644
--- a/module/plugins/accounts/RarefileNet.py
+++ b/module/plugins/accounts/RarefileNet.py
@@ -3,10 +3,10 @@ from module.plugins.internal.XFSPAccount import XFSPAccount
class RarefileNet(XFSPAccount):
__name__ = "RarefileNet"
- __version__ = "0.01"
+ __version__ = "0.02"
__type__ = "account"
__description__ = """RareFile.net account plugin"""
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")
- MAIN_PAGE = "http://rarefile.in/" \ No newline at end of file
+ MAIN_PAGE = "http://rarefile.net/"