projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c10ea45
)
[escapist] Fix config URL matching
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 25 Feb 2015 23:24:54 +0000
(
00:24
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 25 Feb 2015 23:24:54 +0000
(
00:24
+0100)
youtube_dl/extractor/escapist.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/escapist.py
b/youtube_dl/extractor/escapist.py
index 51ffec7ee381ec74b78442a054825592ff128446..3244306dca7dba75cc8fcf36f829776f571b0b8c 100644
(file)
--- a/
youtube_dl/extractor/escapist.py
+++ b/
youtube_dl/extractor/escapist.py
@@
-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'))