commit 804d977844efdfb29fe32bfdbf32681c6655eb63
parent 2727d7478fcefe57a57b94621a2ef7441664535e
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Sat, 22 Jul 2017 22:13:57 -0700
bash: Add ytdlp alias
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bashrc b/bashrc
@@ -126,5 +126,6 @@ alias old='tg old'
alias gdb='gdb -q'
alias v='valgrind --leak-check=full --show-leak-kinds=all'
alias gf='echo haha, you wish'
+alias ytdlp='youtube-dl --extract-audio --audio-format mp3 -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s"'
#}}}