summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/RSLayerCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/RSLayerCom.py')
-rw-r--r--pyload/plugins/crypter/RSLayerCom.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugins/crypter/RSLayerCom.py b/pyload/plugins/crypter/RSLayerCom.py
deleted file mode 100644
index 0578fc3cf..000000000
--- a/pyload/plugins/crypter/RSLayerCom.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
-
-
-class RSLayerCom(DeadCrypter):
- __name = "RSLayerCom"
- __type = "crypter"
- __version = "0.21"
-
- __pattern = r'http://(?:www\.)?rs-layer\.com/directory-'
- __config = []
-
- __description = """RS-Layer.com decrypter plugin"""
- __license = "GPLv3"
- __authors = [("hzpz", "")]
-
-
-getInfo = create_getInfo(RSLayerCom)