[thestar] Add new extractor(closes #5955)
[youtube-dl] / youtube_dl / extractor / brightcove.py
index b182edb26b4db6e42340e15706dd984106d790d8..f56b642abcdd6cf7c3c1606fa7dc6ef665095a9c 100644 (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')