From 1ab53d7d685c4c62f8208f3bc378ff713fa8211e Mon Sep 17 00:00:00 2001 From: sepro Date: Sun, 3 Aug 2025 19:09:12 +0200 Subject: [PATCH] minor adjustments --- yt_dlp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/__init__.py b/yt_dlp/__init__.py index f17f565ff..7c1d43fdd 100644 --- a/yt_dlp/__init__.py +++ b/yt_dlp/__init__.py @@ -507,7 +507,7 @@ def metadataparser_actions(f): 'Many websites do not provide pre-merged mp4 formats. So this will either not work or limit you to low quality formats', 'To download the best h264 video and aac audio in an mp4 container, use "-t mp4" instead', 'This will cause yt-dlp to pick and merge the appropriate formats', - 'If you know what you are doing and want only the best pre-merged mp4 format, use "-f b[ext=mp4]" instead to suppress this warning'))) + 'If you know what you are doing and want the pre-merged mp4 format, use "-f b[ext=mp4]" instead to suppress this warning'))) # --(postprocessor/downloader)-args without name def report_args_compat(name, value, key1, key2=None, where=None):