[youtube] set the 'name' parameter in the subtitles url (fixes #1577)
This commit is contained in:
parent
88bd97e34c
commit
a34c2faae4
1 changed files with 1 additions and 0 deletions
|
@ -1116,6 +1116,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
|||
'lang': lang,
|
||||
'v': video_id,
|
||||
'fmt': self._downloader.params.get('subtitlesformat'),
|
||||
'name': l[0],
|
||||
})
|
||||
url = u'http://www.youtube.com/api/timedtext?' + params
|
||||
sub_lang_list[lang] = url
|
||||
|
|
Loading…
Reference in a new issue