mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00: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(
|
config_url = compat_urllib_parse.unquote(self._html_search_regex(
|
||||||
r'''(?x)
|
r'''(?x)
|
||||||
(?:
|
(?:
|
||||||
<param\s+name="flashvars"\s+value="config=|
|
<param\s+name="flashvars".*?\s+value="config=|
|
||||||
flashvars="config=
|
flashvars="config=
|
||||||
)
|
)
|
||||||
([^"&]+)
|
(https?://[^"&]+)
|
||||||
''',
|
''',
|
||||||
webpage, 'config URL'))
|
webpage, 'config URL'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user