mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-02-01 15:16:45 +01:00
[YouTube] Endure subtitle URLs are complete
* WEB URLs are, MWEB not * resolves #33017
This commit is contained in:
parent
aed66e9db6
commit
8e115f51a6
@ -2435,6 +2435,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
subtitles = {}
|
||||
for caption_track in traverse_obj(pctr, (
|
||||
'captionTracks', lambda _, v: v.get('baseUrl'))):
|
||||
base_url = self._yt_urljoin(caption_track['baseUrl'])
|
||||
if not base_url:
|
||||
continue
|
||||
if caption_track.get('kind') != 'asr':
|
||||
|
Loading…
x
Reference in New Issue
Block a user