|
@ -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')) |
|
|
|
|
|
|
|
|