diff --git a/aliases b/aliases index 1e5bc3dd..8f4fe5a6 100644 --- a/aliases +++ b/aliases @@ -202,9 +202,10 @@ alias {ytd,ytdownload}="ytfzf -d" alias lbry="ytfzf -c O --features=subtitles" alias {ptube,peertube}="ytfzf -c P --features=subtitles" # for smaller downloads -# alias ytdl='yt-dlp --sponsorblock-remove all --write-auto-sub -f "bestvideo\*+bestaudio[ext=m4a]/best" -f mp4' +alias ytdl='yt-dlp --sponsorblock-remove all --write-auto-sub -f "bestvideo\*+bestaudio[ext=m4a]/best" -f mp4' # for better resolutions -alias ytdl='yt-dlp -f "bestvideo\*+bestaudio" --sponsorblock-remove all --write-auto-sub' +alias ytdl-w='yt-dlp -f "bestvideo\*+bestaudio" --sponsorblock-remove all --write-auto-sub' +# for audio only 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"