From 9fe22f1e2a4557440fa0d6a2f8e6227f4ee60253 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 4 Apr 2022 09:29:37 -0700 Subject: [PATCH] youtube-dl is deprecated and slow, changed over to yt-dlp --- bashrc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index 1bedc88a..deb879ae 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"