diff options
Diffstat (limited to 'pyload/plugins/crypter/MBLinkInfo.py')
-rw-r--r-- | pyload/plugins/crypter/MBLinkInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/MBLinkInfo.py b/pyload/plugins/crypter/MBLinkInfo.py index a32c742f2..ee05a97bb 100644 --- a/pyload/plugins/crypter/MBLinkInfo.py +++ b/pyload/plugins/crypter/MBLinkInfo.py @@ -5,7 +5,7 @@ from module.plugins.internal.DeadCrypter import DeadCrypter class MBLinkInfo(DeadCrypter): __name__ = "MBLinkInfo" - __type__ = "container" + __type__ = "crypter" __pattern__ = r"http://(?:www\.)?mblink\.info/?\?id=(\d+)" __version__ = "0.03" __description__ = """MBLink.info decrypter plugin""" |