Explorar o código

[brightcove] the format function requires to specify the index in python2.6

Jaime Marquínez Ferrándiz %!s(int64=12) %!d(string=hai) anos
pai
achega
c2b6a482d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/eitb.py

+ 1 - 1
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())