X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Feitb.py;h=4ba323148cc9e81e1e77c9ce12fba65ac8030638;hb=27ace98f5159efdf6942e69ec73c5840cce26fbf;hp=022d90abc04181d954fc1d6cf996af936703204d;hpb=5d7b253ea071e4bf16e99242a84f1b0eab2d6f32;p=youtube-dl diff --git a/youtube_dl/extractor/eitb.py b/youtube_dl/extractor/eitb.py index 022d90abc..4ba323148 100644 --- a/youtube_dl/extractor/eitb.py +++ b/youtube_dl/extractor/eitb.py @@ -33,5 +33,5 @@ class EitbIE(InfoExtractor): raise ExtractorError(u'Could not extract the Brightcove url') # The BrightcoveExperience object doesn't contain the video id, we set # it manually - bc_url += '&%40videoPlayer={}'.format(chapter_id) + bc_url += '&%40videoPlayer={0}'.format(chapter_id) return self.url_result(bc_url, BrightcoveIE.ie_key())