From: Jan Kratochvil Date: Wed, 28 Jul 2021 17:09:04 +0000 (+0200) Subject: youtube-dl: Fix to always choose the best resolution in the first place. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=96623e40e8f1962e957c11d18a7a43287731494c;hp=39dd9e07c6fe3474faa3dea72a74c68bc3756ad5 youtube-dl: Fix to always choose the best resolution in the first place. --- diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config index 2e810ae..6d09993 100644 --- a/.config/youtube-dl/config +++ b/.config/youtube-dl/config @@ -1 +1 @@ ---restrict-filenames -f bestvideo[vcodec^=av01][height<=?2160]+bestaudio[acodec^=opus]/bestvideo[ext=webm][height<=?2160]+bestaudio[ext=webm]/bestvideo[height<=?2160]+bestaudio/best[height<=?2160] +--restrict-filenames -f bestvideo[vcodec^=av01][height=2160]+bestaudio[acodec^=opus]/bestvideo[ext=webm][height=2160]+bestaudio[ext=webm]/bestvideo[height=2160]+bestaudio/best[height=2160]/bestvideo[vcodec^=av01][height=1440]+bestaudio[acodec^=opus]/bestvideo[ext=webm][height=1440]+bestaudio[ext=webm]/bestvideo[height=1440]+bestaudio/best[height=1440]/bestvideo[vcodec^=av01][height=1080]+bestaudio[acodec^=opus]/bestvideo[ext=webm][height=1080]+bestaudio[ext=webm]/bestvideo[height=1080]+bestaudio/best[height=1080]/bestvideo[vcodec^=av01][height<=?2160]+bestaudio[acodec^=opus]/bestvideo[ext=webm][height<=?2160]+bestaudio[ext=webm]/bestvideo[height<=?2160]+bestaudio/best[height<=?2160]