summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/internal/DeadCrypter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/internal/DeadCrypter.py')
-rw-r--r--pyload/plugins/internal/DeadCrypter.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/pyload/plugins/internal/DeadCrypter.py b/pyload/plugins/internal/DeadCrypter.py
index 9a59677fd..83aed6d43 100644
--- a/pyload/plugins/internal/DeadCrypter.py
+++ b/pyload/plugins/internal/DeadCrypter.py
@@ -4,14 +4,15 @@ from pyload.plugins.base.Crypter import Crypter as _Crypter
class DeadCrypter(_Crypter):
- __name__ = "DeadCrypter"
- __type__ = "crypter"
+ __name__ = "DeadCrypter"
+ __type__ = "crypter"
__version__ = "0.02"
- __pattern__ = None
+ __pattern__ = r'^unmatchable$'
__description__ = """Crypter is no longer available"""
- __authors__ = [("stickell", "l.stickell@yahoo.it")]
+ __license__ = "GPLv3"
+ __authors__ = [("stickell", "l.stickell@yahoo.it")]
def setup(self):