diff options
author | 2015-06-08 04:02:12 +0200 | |
---|---|---|
committer | 2015-06-08 04:02:12 +0200 | |
commit | 6283481a29e49776703ce6688b3e4fcb5dd11bf2 (patch) | |
tree | ab61e993b8c8578f412272c69a07d14a9f7bbe72 /module/plugins/hoster/MegaCoNz.py | |
parent | [UploadedTo] Fixup (2) (diff) | |
download | pyload-6283481a29e49776703ce6688b3e4fcb5dd11bf2.tar.xz |
[FreeWayMe] Fixup
Diffstat (limited to 'module/plugins/hoster/MegaCoNz.py')
-rw-r--r-- | module/plugins/hoster/MegaCoNz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MegaCoNz.py b/module/plugins/hoster/MegaCoNz.py index 5280b42ec..5e850a3fe 100644 --- a/module/plugins/hoster/MegaCoNz.py +++ b/module/plugins/hoster/MegaCoNz.py @@ -50,7 +50,7 @@ class MegaCoNz(Hoster): __type__ = "hoster" __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" |