Merge pull request #126 from rickyjon/yta
Download either audio or video and extract audio
This commit is contained in:
commit
3dde79f505
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.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"
|
||||
|
|
Loading…
Reference in a new issue