[brightcove] Recognize another player ID
[youtube-dl] / youtube_dl / extractor / brightcove.py
index 2e56d1df9ac42eb7ad325b16f22bfcdbaa5e2530..5c6e99da134efe150962dd979cbf36e391527d3a 100644 (file)
@@ -179,7 +179,7 @@ class BrightcoveLegacyIE(InfoExtractor):
 
         params = {}
 
-        playerID = find_param('playerID')
+        playerID = find_param('playerID') or find_param('playerId')
         if playerID is None:
             raise ExtractorError('Cannot find player ID')
         params['playerID'] = playerID