This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[escapist] Fix config URL matching
totalwebcasting
Philipp Hagemeister
10 years ago
parent
c10ea454dc
commit
1c69bca258
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
youtube_dl/extractor/escapist.py
+ 2
- 2
youtube_dl/extractor/escapist.py
View File
@ -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
'
)
)
Write
Preview
Loading…
Cancel
Save