diff options
author | Stefano <l.stickell@yahoo.it> | 2013-04-12 18:23:43 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-04-12 18:23:43 +0200 |
commit | 6ea6cc0386ddb9de702b02b38ea10ff2f1e7b5cc (patch) | |
tree | 4cc1ab9b834b1ec81bd60ddd327e428557ef0a97 | |
parent | New debrid: MultiDebridCom (diff) | |
download | pyload-6ea6cc0386ddb9de702b02b38ea10ff2f1e7b5cc.tar.xz |
MBLinkInfo: updated pattern
http://forum.pyload.org/viewtopic.php?p=8957#p8957
-rw-r--r-- | module/plugins/crypter/MBLinkInfo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/MBLinkInfo.py b/module/plugins/crypter/MBLinkInfo.py index 0c0359ed9..e266c7722 100644 --- a/module/plugins/crypter/MBLinkInfo.py +++ b/module/plugins/crypter/MBLinkInfo.py @@ -8,8 +8,8 @@ from module.plugins.Crypter import Crypter class MBLinkInfo(Crypter): __name__ = "MBLinkInfo" __type__ = "container" - __pattern__ = r"http://(?:www\.)?mblink\.info/\?id=(\d+)" - __version__ = "0.01" + __pattern__ = r"http://(?:www\.)?mblink\.info/?\?id=(\d+)" + __version__ = "0.02" __description__ = """MBLink.Info Container Plugin""" __author_name__ = ("Gummibaer", "stickell") __author_mail__ = ("Gummibaer@wiki-bierkiste.de", "l.stickell@yahoo.it") |