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