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.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/pyload/plugins/account/RarefileNet.py b/pyload/plugins/account/RarefileNet.py
deleted file mode 100644
index c0b855373..000000000
--- a/pyload/plugins/account/RarefileNet.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.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"