diff --git a/script.module.resolveurl/lib/resolveurl/plugins/vidmoly.py b/script.module.resolveurl/lib/resolveurl/plugins/vidmoly.py index ccca6866..a5a56151 100644 --- a/script.module.resolveurl/lib/resolveurl/plugins/vidmoly.py +++ b/script.module.resolveurl/lib/resolveurl/plugins/vidmoly.py @@ -33,7 +33,7 @@ def get_media_url(self, host, media_id, subs=False): sources = helpers.scrape_sources( html, result_blacklist=['.mpd'], - patterns=[r'''sources:\s*\[{file:"(?P[^"]+)'''], + patterns=[r'''sources\s*:\s*\[\s*\{\s*file\s*:\s*['"](?P[^'"]+)'''], generic_patterns=False )