From 48b4c7854c2f6821d95da4c9f0198f3a216479ee Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 30 Mar 2023 19:16:18 -0700 Subject: [PATCH] :memo: Updated yt-dlp alias for better resolution results --- aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aliases b/aliases index 8aefae30..f0ca6df0 100644 --- a/aliases +++ b/aliases @@ -201,7 +201,8 @@ alias {yti,ytinfo}="ytfzf -I L" alias {ytd,ytdownload}="ytfzf -d" alias lbry="ytfzf -c O --features=subtitles" alias {ptube,peertube}="ytfzf -c P --features=subtitles" -alias ytdl="yt-dlp --sponsorblock-remove all --write-auto-sub -f bestvideo\*+bestaudio -f mp4" +# alias ytdl='yt-dlp --sponsorblock-remove all --write-auto-sub -f "bestvideo\*+bestaudio[ext=m4a]/best" -f mp4' +alias ytdl='yt-dlp -f "bestvideo\*+bestaudio" --sponsorblock-remove all --write-auto-sub' alias ytdl-a="yt-dlp --sponsorblock-remove all -x --audio-format mp3" alias thinkorswim="cd /home/brian/thinkorswim && java -jar launcher.jar && cd" alias {cl,cls}="clear"