summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-10-07 08:58:30 -0400
committerGitHub <noreply@github.com>2018-10-07 08:58:30 -0400
commit3dde79f50538e011d493395cd7132f24a87454da (patch)
treea82b6e220f9861134e4d3fd62bb9241e86f2b862
parent623b770bdb852275224ec7071a3cee985cd88ca2 (diff)
parent0a03e80a8408b280dbeaeaf2509791684e74c17a (diff)
downloadeibhear-3dde79f50538e011d493395cd7132f24a87454da.tar.gz
eibhear-3dde79f50538e011d493395cd7132f24a87454da.tar.zst
eibhear-3dde79f50538e011d493395cd7132f24a87454da.zip
Merge pull request #126 from rickyjon/yta
Download either audio or video and extract audio
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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"