[thestar] Add new extractor(closes #5955)

This commit is contained in:
remitamine 2016-03-15 22:57:59 +01:00
parent 64d4f31d78
commit 2cab48704c
3 changed files with 33 additions and 1 deletions

View file

@ -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')