From 0a03e80a8408b280dbeaeaf2509791684e74c17a Mon Sep 17 00:00:00 2001 From: Ricky Jon Date: Sun, 7 Oct 2018 23:47:05 +1100 Subject: [PATCH] Download either audio or video and extract audio --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9872af6..ff09632 100644 --- a/.bashrc +++ b/.bashrc @@ -44,7 +44,7 @@ alias ccat="highlight --out-format=ansi" # Color cat - print file with syntax hi # Internet alias yt="youtube-dl --add-metadata -ic" # Download video link -alias yta="youtube-dl --add-metadata -xic" # Download only audio +alias yta="yt -x -f bestaudio/best" # Download only audio alias YT="youtube-viewer" alias ethspeed="speedometer -r enp0s25" alias wifispeed="speedometer -r wlp3s0"