From 54044b213fbf5309b105dcebb2a958e07f815ac6 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 4 May 2023 15:00:15 +0200 Subject: [PATCH] add alais yt2mp3 (youtube 2 mp3) --- bash_profile.d/convenience.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_profile.d/convenience.sh b/bash_profile.d/convenience.sh index 8737ce2..eaa85d8 100644 --- a/bash_profile.d/convenience.sh +++ b/bash_profile.d/convenience.sh @@ -18,3 +18,4 @@ function fmatch() { } +alias yt2mp3='yt-dlp -x --audio-quality 0 --audio-format mp3'