mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 15:40:15 +00:00
[youtube] Pass self._formats to _parse_dash_manifest
This commit is contained in:
parent
0803753fea
commit
5d2c0fd9ba
@ -1478,7 +1478,8 @@ def decrypt_sig(mobj):
|
||||
errnote='Could not download DASH manifest',
|
||||
fatal=dash_mpd_fatal)
|
||||
|
||||
for df in self._parse_dash_manifest(video_id, dash_doc, dash_mpd_fatal):
|
||||
for df in self._parse_dash_manifest(
|
||||
video_id, dash_doc, formats_dict=self._formats, fatal=dash_mpd_fatal):
|
||||
# Do not overwrite DASH format found in some previous DASH manifest
|
||||
if df['format_id'] not in dash_formats:
|
||||
dash_formats[df['format_id']] = df
|
||||
|
Loading…
Reference in New Issue
Block a user