summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/MBLinkInfo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-04-11 11:59:32 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-21 17:19:19 +0200
commit9697779000d486ed23aec685211b7853fb0e6853 (patch)
tree13961436f02b2ea86951777ec550f6dc05b82a40 /pyload/plugins/crypter/MBLinkInfo.py
parentReplace range with xrange (diff)
downloadpyload-9697779000d486ed23aec685211b7853fb0e6853.tar.xz
Fix __type__ for crypters
Merges vuolter/pyload@48af9ab (cherry picked from commit 4061e76e218b82503a41af1d165e5feb7baeb283) Conflicts: module/plugins/Crypter.py module/plugins/crypter/ChipDe.py module/plugins/hoster/ChipDe.py pyload/plugins/hoster/ChipDe.py
Diffstat (limited to 'pyload/plugins/crypter/MBLinkInfo.py')
-rw-r--r--pyload/plugins/crypter/MBLinkInfo.py2
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"""