projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b72fda
)
[brightcove:new] Add test for ref: prefixed video id
author
Sergey M․
<dstftw@gmail.com>
Fri, 18 Dec 2015 16:31:48 +0000
(22:31 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 18 Dec 2015 16:31:48 +0000
(22:31 +0600)
youtube_dl/extractor/brightcove.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/brightcove.py
b/youtube_dl/extractor/brightcove.py
index 4e983fa106d3020e17eff8436ec440ebb284af7f..03a4f446e9d80808b4e4b3df3ad5b3d0f8a550e3 100644
(file)
--- a/
youtube_dl/extractor/brightcove.py
+++ b/
youtube_dl/extractor/brightcove.py
@@
-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