Added ytdlmp3 alias
This commit is contained in:
@@ -57,6 +57,7 @@ alias mempigs='ps aux | awk '\''{print $6/1024 " MB\t\t" $11 " " $12}'\'' | sor
|
|||||||
|
|
||||||
# Always get a proper output name from youtube-dl
|
# Always get a proper output name from youtube-dl
|
||||||
alias ytdl='youtube-dl -o "%(title)s.%(ext)s" '
|
alias ytdl='youtube-dl -o "%(title)s.%(ext)s" '
|
||||||
|
alias ytdlmp3='youtube-dl --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" '
|
||||||
|
|
||||||
# termbin shortcut
|
# termbin shortcut
|
||||||
alias tb='nc bin.planethawleywood.com 9999'
|
alias tb='nc bin.planethawleywood.com 9999'
|
||||||
|
|||||||
Reference in New Issue
Block a user