diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-02 18:41:54 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-02 18:41:54 +0200 |
commit | b6f1cf0a93f6c4a7ee5c578c7a5b603d937c44fb (patch) | |
tree | 9834231af7356c72499688bc4b37510284f9e34a /module/plugins/hoster | |
parent | [NitroflareCom] Premium support (diff) | |
parent | [MegaCoNz] small typo (diff) | |
download | pyload-b6f1cf0a93f6c4a7ee5c578c7a5b603d937c44fb.tar.xz |
Merge pull request #1448 from GammaC0de/patch-1
[MegaCoNz] small typo
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/MegaCoNz.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/MegaCoNz.py b/module/plugins/hoster/MegaCoNz.py index e1a350802..5280b42ec 100644 --- a/module/plugins/hoster/MegaCoNz.py +++ b/module/plugins/hoster/MegaCoNz.py @@ -48,9 +48,9 @@ from module.utils import decode, fs_decode, fs_encode class MegaCoNz(Hoster): __name__ = "MegaCoNz" __type__ = "hoster" - __version__ = "0.28" + __version__ = "0.29" - __pattern__ = r'(?:https?://(?:www\.)?mega(\.co)?\.nz/|mega:|chrome:.+?)#(?P<TYPE>N|)!(?P<ID>[\w^_]+)!(?P<KEY>[\w,-]+)' + __pattern__ = r'(?:https?://(?:www\.)?mega(?:\.co)?\.nz/|mega:|chrome:.+?)#(?P<TYPE>N|)!(?P<ID>[\w^_]+)!(?P<KEY>[\w,-]+)' __description__ = """Mega.co.nz hoster plugin""" __license__ = "GPLv3" |