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
[brightcove:new] Add test for ref: prefixed video id
totalwebcasting
Sergey M․
9 years ago
parent
5b72fda140
commit
4f29fa9906
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
youtube_dl/extractor/brightcove.py
+ 4
- 0
youtube_dl/extractor/brightcove.py
View File
@ -387,6 +387,10 @@ class BrightcoveNewIE(InfoExtractor):
'
params
'
:
{
'
skip_download
'
:
True
,
}
}
,
{
# ref: prefixed video id
'
url
'
:
'
http://players.brightcove.net/3910869709001/21519b5c-4b3b-4363-accb-bdc8f358f823_default/index.html?videoId=ref:7069442
'
,
'
only_matching
'
:
True
,
}
]
@staticmethod
Write
Preview
Loading…
Cancel
Save