[thestar] Add new extractor(closes #5955)
This commit is contained in:
parent
64d4f31d78
commit
2cab48704c
3 changed files with 33 additions and 1 deletions
|
@ -157,7 +157,7 @@ class BrightcoveLegacyIE(InfoExtractor):
|
|||
if playerKey is not None:
|
||||
params['playerKey'] = playerKey
|
||||
# The three fields hold the id of the video
|
||||
videoPlayer = find_param('@videoPlayer') or find_param('videoId') or find_param('videoID')
|
||||
videoPlayer = find_param('@videoPlayer') or find_param('videoId') or find_param('videoID') or find_param('@videoList')
|
||||
if videoPlayer is not None:
|
||||
params['@videoPlayer'] = videoPlayer
|
||||
linkBase = find_param('linkBaseURL')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue