summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/account/RarefileNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/account/RarefileNet.py')
-rw-r--r--pyload/plugins/account/RarefileNet.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/pyload/plugins/account/RarefileNet.py b/pyload/plugins/account/RarefileNet.py
index ba2c7b95a..577a6c8f6 100644
--- a/pyload/plugins/account/RarefileNet.py
+++ b/pyload/plugins/account/RarefileNet.py
@@ -1,15 +1,16 @@
# -*- coding: utf-8 -*-
-from pyload.plugins.internal.XFSPAccount import XFSPAccount
+from module.plugins.internal.XFSAccount import XFSAccount
-class RarefileNet(XFSPAccount):
- __name__ = "RarefileNet"
- __type__ = "account"
- __version__ = "0.03"
+class RarefileNet(XFSAccount):
+ __name__ = "RarefileNet"
+ __type__ = "account"
+ __version__ = "0.04"
__description__ = """RareFile.net account plugin"""
- __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
- HOSTER_URL = "http://www.rarefile.net/"
+ HOSTER_DOMAIN = "rarefile.net"