logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 582797d780b6f4857a5b8b6ca8c63915242c0ab9
parent 160c2773f63c72686635533bc2553634b22e7e2e
Author: Remita Amine <remitamine@gmail.com>
Date:   Mon, 15 Oct 2018 20:47:12 +0100

[brightcove] remove unused variable

Diffstat:

Myoutube_dl/extractor/brightcove.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py @@ -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]