youtube-dl is deprecated and slow, changed over to yt-dlp
This commit is contained in:
parent
e1184650bf
commit
9fe22f1e2a
1 changed files with 3 additions and 3 deletions
|
|
@ -252,7 +252,7 @@ alias {mi,mic}="micro"
|
|||
alias {mysql,maria,mdb}="mariadb"
|
||||
alias rsm="doas rsm"
|
||||
alias updatedb="doas updatedb"
|
||||
alias iftop="doas iftop -i wlan0 -P"
|
||||
alias iftop-w="doas iftop -i wlan0 -P"
|
||||
# usage p0f -i wlan0
|
||||
alias p0f="doas p0f"
|
||||
alias {wi,ssid}="doas iw wlan0 scan | grep SSID"
|
||||
|
|
@ -304,8 +304,8 @@ alias {yti,ytinfo}="ytfzf -I L"
|
|||
alias {ytd,ytdownload}="ytfzf -d"
|
||||
alias {odysee,library,lbry}="ytfzf -c O --features=subtitles"
|
||||
alias {ptube,peertube}="ytfzf -c P --features=subtitles"
|
||||
alias ytdl="torsocks youtube-dl"
|
||||
alias ytdl-a="torsocks youtube-dl -x --audio-format mp3"
|
||||
alias ytdl="torsocks yt-dlp -f mp4"
|
||||
alias ytdl-a="torsocks yt-dlp -x --audio-format mp3"
|
||||
alias thinkorswim="~/thinkorswim/thinkorswim &"
|
||||
alias {cl,cls}="clear"
|
||||
alias shutdown="shutdown.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue