1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 03:29:32 +00:00

[brightcove:new] Add test for ref: prefixed video id

This commit is contained in:
Sergey M․ 2015-12-18 22:31:48 +06:00
parent 5b72fda140
commit 4f29fa9906

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