From: pukkandan Date: Sun, 25 Jul 2021 21:52:39 +0000 (+0530) Subject: Remove `asr` appearing twice in `-F` X-Git-Tag: 2021.08.02~36 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/ea05b3020d11ae102d3b66853235ea7eacce465b?ds=inline Remove `asr` appearing twice in `-F` --- diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 0cba95bb6..c0bde4339 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -3069,7 +3069,7 @@ def list_formats(self, info_dict): format_field(f, 'language', '[%s]'), format_field(f, 'format_note'), format_field(f, 'container', ignore=(None, f.get('ext'))), - format_field(f, 'asr', '%5dHz')))), + ))), ] for f in formats if f.get('preference') is None or f['preference'] >= -1000] header_line = ['ID', 'EXT', 'RESOLUTION', 'FPS', '|', ' FILESIZE', ' TBR', 'PROTO', '|', 'VCODEC', ' VBR', 'ACODEC', ' ABR', ' ASR', 'MORE INFO']