diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py index cdc3d6024..5e482c7ba 100644 --- a/youtube_dl/extractor/brightcove.py +++ b/youtube_dl/extractor/brightcove.py @@ -524,7 +524,7 @@ class BrightcoveNewIE(InfoExtractor): 'http://players.brightcove.net/%s/%s_%s/index.html?videoId=%s' % (account_id, player_id, embed, video_id)) - return entries + return entries def _real_extract(self, url): account_id, player_id, embed, video_id = re.match(self._VALID_URL, url).groups()