📝 Made note of different yt-dlp aliases
This commit is contained in:
parent
0e8da144b5
commit
b47bc96734
1 changed files with 4 additions and 2 deletions
6
aliases
6
aliases
|
|
@ -201,8 +201,10 @@ alias {yti,ytinfo}="ytfzf -I L"
|
||||||
alias {ytd,ytdownload}="ytfzf -d"
|
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[ext=m4a]/best" -f mp4'
|
# for smaller downloads
|
||||||
alias ytdl='yt-dlp -f "bestvideo\*+bestaudio" --sponsorblock-remove all --write-auto-sub'
|
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-a="yt-dlp --sponsorblock-remove all -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue