mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-04 17:34:32 +01:00
[escapist] Fix config URL matching
This commit is contained in:
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="config=
|
||||
)
|
||||
([^"&]+)
|
||||
(https?://[^"&]+)
|
||||
''',
|
||||
webpage, 'config URL'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user