Merge remote-tracking branch 'rzhxeo/rtmpdump_live'
[youtube-dl] / youtube_dl / extractor / youtube.py
index f745b8b1450a6a39ad281ab72b7c1a1b60ba755d..c992cba978441081a50e5f134a4a694c83a6685c 100644 (file)
@@ -1082,7 +1082,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
         else:
             raise ExtractorError(u'Unable to decrypt signature, key length %d not supported; retrying might work' % (len(s)))
 
-    def _get_available_subtitles(self, video_id):
+    def _get_available_subtitles(self, video_id, webpage):
         try:
             sub_list = self._download_webpage(
                 'http://video.google.com/timedtext?hl=en&type=list&v=%s' % video_id,