]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/YoutubeDL.py
[postprocessor/FixupDuplicateMoov] Fix bug in triggering
[yt-dlp.git] / yt_dlp / YoutubeDL.py
index a7dced8e88a1b6c68ea8747634870a8f0ca27f37..0d987dbb87602ca2359145ed649a5f78cb8449b6 100644 (file)
@@ -3312,7 +3312,7 @@ def ffmpeg_fixup(cndn, msg, cls):
                                      or info_dict.get('is_live') and self.params.get('hls_use_mpegts') is None,
                                      'Possible MPEG-TS in MP4 container or malformed AAC timestamps',
                                      FFmpegFixupM3u8PP)
-                        ffmpeg_fixup(info_dict.get('is_live') and downloader == 'DashSegmentsFD',
+                        ffmpeg_fixup(info_dict.get('is_live') and downloader == 'dashsegments',
                                      'Possible duplicate MOOV atoms', FFmpegFixupDuplicateMoovPP)
 
                     ffmpeg_fixup(downloader == 'web_socket_fragment', 'Malformed timestamps detected', FFmpegFixupTimestampPP)