diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-07 08:58:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-07 08:58:30 -0400 |
| commit | 3dde79f50538e011d493395cd7132f24a87454da (patch) | |
| tree | a82b6e220f9861134e4d3fd62bb9241e86f2b862 /.bashrc | |
| parent | 623b770bdb852275224ec7071a3cee985cd88ca2 (diff) | |
| parent | 0a03e80a8408b280dbeaeaf2509791684e74c17a (diff) | |
| download | eibhear-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
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
