Added ytdlmp3 alias

This commit is contained in:
2019-02-11 15:40:44 -05:00
parent fbf8c1284c
commit 04d117e8c3

View File

@@ -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'