diff options
| author | Ricky Jon <rickyjon.au@gmail.com> | 2018-10-07 23:47:05 +1100 |
|---|---|---|
| committer | Ricky Jon <rickyjon.au@gmail.com> | 2018-10-07 23:47:05 +1100 |
| commit | 0a03e80a8408b280dbeaeaf2509791684e74c17a (patch) | |
| tree | 951ef1cb009c7bbf93493e85232ac9316593e1ca | |
| parent | 91622af84c3e664111a40ce8e68905f3e8b86e7e (diff) | |
| download | eibhear-0a03e80a8408b280dbeaeaf2509791684e74c17a.tar.gz eibhear-0a03e80a8408b280dbeaeaf2509791684e74c17a.tar.zst eibhear-0a03e80a8408b280dbeaeaf2509791684e74c17a.zip | |
Download either audio or video and extract audio
| -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" |
