]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
aliases: add the "youtube-dl-mp3" alias to download mp3s from Youtube.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 7 Dec 2017 21:39:27 +0000 (16:39 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 7 Dec 2017 21:39:27 +0000 (16:39 -0500)
aliases

diff --git a/aliases b/aliases
index ca863fc09aac01ce4f50d80f6c00f9894436cc0c..2d85320a45a2298831f3900041c76acdb6fe4968 100644 (file)
--- a/aliases
+++ b/aliases
@@ -3,3 +3,4 @@
 alias df='df --human-readable'
 alias du='du --human-readable --summarize *'
 alias ls='ls -l --color=auto --human-readable --time-style=long-iso'
+alias youtube-dl-mp3='youtube-dl --extract-audio --audio-format=mp3'