diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-09 01:07:47 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-09 09:07:10 +0530 |
commit | f2df4071651d124bf7bad47648a6eb7a9ce57369 (patch) | |
tree | a9077290f3fae5060e62453fe41dadd19d161d32 /yt_dlp/YoutubeDL.py | |
parent | ca9def714a71151bec9e16ae0042a2c49f9ec99c (diff) | |
download | hypervideo-pre-f2df4071651d124bf7bad47648a6eb7a9ce57369.tar.lz hypervideo-pre-f2df4071651d124bf7bad47648a6eb7a9ce57369.tar.xz hypervideo-pre-f2df4071651d124bf7bad47648a6eb7a9ce57369.zip |
[cleanup] Misc cleanup
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index f38a885ae..bbeb48d54 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -3198,8 +3198,8 @@ class YoutubeDL: if not postprocessed_by_ffmpeg: ffmpeg_fixup(ext == 'm4a' and info_dict.get('container') == 'm4a_dash', - 'writing DASH m4a. Only some players support this container', - FFmpegFixupM4aPP) + 'writing DASH m4a. Only some players support this container', + FFmpegFixupM4aPP) ffmpeg_fixup(downloader == 'hlsnative' and not self.params.get('hls_use_mpegts') 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', |