summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/account/RarefileNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/account/RarefileNet.py')
-rw-r--r--pyload/plugin/account/RarefileNet.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/pyload/plugin/account/RarefileNet.py b/pyload/plugin/account/RarefileNet.py
deleted file mode 100644
index 1dc93681c..000000000
--- a/pyload/plugin/account/RarefileNet.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugin.internal.XFSAccount import XFSAccount
-
-
-class RarefileNet(XFSAccount):
- __name__ = "RarefileNet"
- __type__ = "account"
- __version__ = "0.04"
-
- __description__ = """RareFile.net account plugin"""
- __license__ = "GPLv3"
- __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
-
-
- HOSTER_DOMAIN = "rarefile.net"