diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py index 14f9a14ed..17502a264 100644 --- a/youtube_dl/extractor/brightcove.py +++ b/youtube_dl/extractor/brightcove.py @@ -535,7 +535,7 @@ class BrightcoveNewIE(AdobePassIE): # According to examples from [4] it's unclear whether video id # may be optional and what to do when it is - video_id = attrs.get('data-video-id') + video_id = attrs.get('data-video-id') or attrs.get('data-brightcove-id') if not video_id: continue