diff options
author | 2015-12-14 03:51:26 +0100 | |
---|---|---|
committer | 2015-12-27 20:54:33 +0100 | |
commit | b0b837650b2f3f85e9533e9cbc56d6140d1929a6 (patch) | |
tree | 3aff7a226f5f67e0550f9e2c09fa62add65906a0 /module/plugins/crypter/MBLinkInfo.py | |
parent | Update addons (diff) | |
download | pyload-b0b837650b2f3f85e9533e9cbc56d6140d1929a6.tar.xz |
Crypters version up
Diffstat (limited to 'module/plugins/crypter/MBLinkInfo.py')
-rw-r--r-- | module/plugins/crypter/MBLinkInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/MBLinkInfo.py b/module/plugins/crypter/MBLinkInfo.py index ba0952d7d..a77f97a10 100644 --- a/module/plugins/crypter/MBLinkInfo.py +++ b/module/plugins/crypter/MBLinkInfo.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo class MBLinkInfo(DeadCrypter): __name__ = "MBLinkInfo" __type__ = "crypter" - __version__ = "0.06" + __version__ = "0.07" __status__ = "stable" __pattern__ = r'http://(?:www\.)?mblink\.info/?\?id=(\d+)' |