mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:43:20 +00:00
[brightcove] remove unused variable
This commit is contained in:
parent
160c2773f6
commit
582797d780
|
@ -333,7 +333,6 @@ def _get_video_info(self, video_id, query, referer=None):
|
|||
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]
|
||||
|
|
Loading…
Reference in a new issue