diff options
Diffstat (limited to 'module/plugins/hoster/MyvideoDe.py')
-rw-r--r-- | module/plugins/hoster/MyvideoDe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MyvideoDe.py b/module/plugins/hoster/MyvideoDe.py index bdb4ca337..7e9431c5e 100644 --- a/module/plugins/hoster/MyvideoDe.py +++ b/module/plugins/hoster/MyvideoDe.py @@ -8,7 +8,7 @@ from module.unescape import unescape class MyvideoDe(Hoster): __name__ = "MyvideoDe" __type__ = "hoster" - __pattern__ = r"http://(www\.)?myvideo.de/watch/" + __pattern__ = r"http://(?:www\.)?myvideo.de/watch/" __version__ = "0.9" __description__ = """Myvideo.de hoster plugin""" __author_name__ = "spoob" |