[Brightcove] whitespace fixup (travis)

This commit is contained in:
John Hawkinson 2017-02-13 09:06:02 -05:00
parent 3de370796e
commit 1011186327

View File

@ -524,7 +524,7 @@ class BrightcoveNewIE(InfoExtractor):
'http://players.brightcove.net/%s/%s_%s/index.html?videoId=%s' 'http://players.brightcove.net/%s/%s_%s/index.html?videoId=%s'
% (account_id, player_id, embed, video_id)) % (account_id, player_id, embed, video_id))
return entries return entries
def _real_extract(self, url): def _real_extract(self, url):
account_id, player_id, embed, video_id = re.match(self._VALID_URL, url).groups() account_id, player_id, embed, video_id = re.match(self._VALID_URL, url).groups()