summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/SecuredIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/SecuredIn.py')
-rw-r--r--module/plugins/crypter/SecuredIn.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/module/plugins/crypter/SecuredIn.py b/module/plugins/crypter/SecuredIn.py
deleted file mode 100644
index 0b558c688..000000000
--- a/module/plugins/crypter/SecuredIn.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from module.plugins.internal.DeadCrypter import DeadCrypter
-
-
-class SecuredIn(DeadCrypter):
- __name__ = "SecuredIn"
- __type__ = "crypter"
- __version__ = "0.21"
-
- __pattern__ = r'http://(?:www\.)?secured\.in/download-[\d]+-[\w]{8}\.html'
-
- __description__ = """Secured.in decrypter plugin"""
- __author_name__ = "mkaay"
- __author_mail__ = "mkaay@mkaay.de"