[brightcove] Recognize another player ID

Closes #11688
This commit is contained in:
Yen Chi Hsuan 2017-01-16 00:06:52 +08:00
parent dcae7b3fdc
commit 16e2c8f771
No known key found for this signature in database
GPG key ID: 7F902A182457CA23
3 changed files with 22 additions and 1 deletions

View 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