📝 Added sponsorblock to ytdl audio alias

This commit is contained in:
z3rOR0ne 2023-01-20 16:55:52 -08:00
parent ca8ebc84e8
commit dc56a8c9a6

View file

@ -190,7 +190,7 @@ alias {ytd,ytdownload}="ytfzf -d"
alias lbry="ytfzf -c O --features=subtitles" alias lbry="ytfzf -c O --features=subtitles"
alias {ptube,peertube}="ytfzf -c P --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 -f mp4"
alias ytdl-a="yt-dlp -x --audio-format mp3" alias ytdl-a="yt-dlp --sponsorblock-remove all -x --audio-format mp3"
alias thinkorswim="cd /home/brian/thinkorswim && java -jar launcher.jar && cd" alias thinkorswim="cd /home/brian/thinkorswim && java -jar launcher.jar && cd"
alias {cl,cls}="clear" alias {cl,cls}="clear"
alias shutdown="shutdown.sh" alias shutdown="shutdown.sh"