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
[prosiebensat1] Add one more clip id pattern (
Closes
#2737
)
totalwebcasting
Sergey M․
11 years ago
parent
97b5196960
commit
37e3410137
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/extractor/prosiebensat1.py
+ 1
- 0
youtube_dl/extractor/prosiebensat1.py
View File
@ -160,6 +160,7 @@ class ProSiebenSat1IE(InfoExtractor):
_CLIPID_REGEXES
=
[
r
'
"
clip_id
"
\
s*:
\
s+
"
(
\
d+)
"
'
,
r
'
clipid:
"
(
\
d+)
"
'
,
r
'
clipId=(
\
d+)
'
,
]
_TITLE_REGEXES
=
[
r
'
<h2 class=
"
subtitle
"
itemprop=
"
name
"
>
\
s*(.+?)</h2>
'
,
Write
Preview
Loading…
Cancel
Save