mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[youtube] Do not break upon unknown formats
This commit is contained in:
parent
629be17af4
commit
0b65e5d40f
@ -1290,6 +1290,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
|||||||
'url': video_real_url,
|
'url': video_real_url,
|
||||||
'player_url': player_url,
|
'player_url': player_url,
|
||||||
}
|
}
|
||||||
|
if itag in self._formats:
|
||||||
dct.update(self._formats[itag])
|
dct.update(self._formats[itag])
|
||||||
formats.append(dct)
|
formats.append(dct)
|
||||||
return formats
|
return formats
|
||||||
|
Loading…
Reference in New Issue
Block a user