summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/CryptItCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/CryptItCom.py')
-rw-r--r--module/plugins/crypter/CryptItCom.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/module/plugins/crypter/CryptItCom.py b/module/plugins/crypter/CryptItCom.py
deleted file mode 100644
index 66c5e7ca7..000000000
--- a/module/plugins/crypter/CryptItCom.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from module.plugins.internal.DeadCrypter import DeadCrypter
-
-
-class CryptItCom(DeadCrypter):
- __name__ = "CryptItCom"
- __type__ = "crypter"
- __version__ = "0.11"
-
- __pattern__ = r'http://(?:www\.)?crypt-it\.com/(s|e|d|c)/[\w]+'
-
- __description__ = """Crypt-it.com decrypter plugin"""
- __author_name__ = "jeix"
- __author_mail__ = "jeix@hasnomail.de"