diff options
Diffstat (limited to 'pyload/plugins/crypter/LofCc.py')
-rw-r--r-- | pyload/plugins/crypter/LofCc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LofCc.py b/pyload/plugins/crypter/LofCc.py index 173d710c6..1f0113d55 100644 --- a/pyload/plugins/crypter/LofCc.py +++ b/pyload/plugins/crypter/LofCc.py @@ -5,7 +5,7 @@ from module.plugins.internal.DeadCrypter import DeadCrypter class LofCc(DeadCrypter): __name__ = "LofCc" - __type__ = "container" + __type__ = "crypter" __pattern__ = r"http://lof.cc/(.*)" __version__ = "0.21" __description__ = """Lof.cc decrypter plugin""" |