summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/SecuredIn.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-13 15:56:57 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-13 15:56:57 +0100
commitacc46fc3497a66a427b795b4a22c6e71d69185a1 (patch)
tree2d315b838a76435fc456b972c99c28d1732b2f70 /pyload/plugins/crypter/SecuredIn.py
parentCode fixes (diff)
downloadpyload-acc46fc3497a66a427b795b4a22c6e71d69185a1.tar.xz
Update
Diffstat (limited to 'pyload/plugins/crypter/SecuredIn.py')
-rw-r--r--pyload/plugins/crypter/SecuredIn.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyload/plugins/crypter/SecuredIn.py b/pyload/plugins/crypter/SecuredIn.py
deleted file mode 100644
index b959d741f..000000000
--- a/pyload/plugins/crypter/SecuredIn.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugins.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)