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