]> jfr.im git - yt-dlp.git/commitdiff
[postprocessor/FixupDuplicateMoov] Fix bug in triggering
authorpukkandan <redacted>
Tue, 11 Apr 2023 11:31:22 +0000 (17:01 +0530)
committerpukkandan <redacted>
Tue, 11 Apr 2023 16:13:33 +0000 (21:43 +0530)
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)