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, 15 insertions, 0 deletions
diff --git a/pyload/plugins/account/RarefileNet.py b/pyload/plugins/account/RarefileNet.py
new file mode 100644
index 000000000..ba2c7b95a
--- /dev/null
+++ b/pyload/plugins/account/RarefileNet.py
@@ -0,0 +1,15 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugins.internal.XFSPAccount import XFSPAccount
+
+
+class RarefileNet(XFSPAccount):
+ __name__ = "RarefileNet"
+ __type__ = "account"
+ __version__ = "0.03"
+
+ __description__ = """RareFile.net account plugin"""
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+
+
+ HOSTER_URL = "http://www.rarefile.net/"