mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 11:42:43 +01:00
[youtube] set the 'name' parameter in the subtitles url (fixes #1577)
This commit is contained in:
parent
88bd97e34c
commit
a34c2faae4
@ -1116,6 +1116,7 @@ def _get_available_subtitles(self, video_id):
|
||||
'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 New Issue
Block a user