From 54a03a38bd322b73e91cb2ae6b93bb35c55664b3 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 30 Mar 2022 04:47:25 -0700 Subject: [PATCH] funneled youtube-dl traffic through torsocks --- bashrc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index 7cf7b5ca..2f81a78d 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -299,8 +299,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="youtube-dl" -alias ytdl-a="youtube-dl -x --audio-format mp3" +alias ytdl="torsocks youtube-dl" +alias ytdl-a="torsocks youtube-dl -x --audio-format mp3" alias thinkorswim="~/thinkorswim/thinkorswim &" alias {cl,cls}="clear" alias shutdown="shutdown.sh"