[escapist] Fix config URL matching

master
Philipp Hagemeister 9 years ago
parent c10ea454dc
commit 1c69bca258

@ -44,10 +44,10 @@ class EscapistIE(InfoExtractor):
config_url = compat_urllib_parse.unquote(self._html_search_regex(
r'''(?x)
(?:
<param\s+name="flashvars"\s+value="config=|
<param\s+name="flashvars".*?\s+value="config=|
flashvars=&quot;config=
)
([^"&]+)
(https?://[^"&]+)
''',
webpage, 'config URL'))

Loading…
Cancel
Save