📝 Updated yt-dlp alias for better resolution results
This commit is contained in:
parent
e7efb687ea
commit
48b4c7854c
1 changed files with 2 additions and 1 deletions
3
aliases
3
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue