1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 03:45:33 +08:00

[brightcove] remove unused variable

This commit is contained in:
Remita Amine 2018-10-15 20:47:12 +01:00 committed by Ni Ndogo
parent 20b896842a
commit 3f84de8a97

View File

@ -333,7 +333,6 @@ class BrightcoveLegacyIE(InfoExtractor):
if publisher_id and publisher_id[0].isdigit():
publisher_id = publisher_id[0]
if not publisher_id:
valid_key = lambda key: key and ',' in key
player_key = query.get('playerKey')
if player_key and ',' in player_key[0]:
player_key = player_key[0]