From b3921a51ea59ef14fa26130a56eed8e8ca82b73f Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Sun, 29 May 2022 22:51:16 +0200 Subject: [PATCH] Improved yt-dlp aliases when downloading audio. --- .config/shell/aliasrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 63707a5..103e5f9 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -8,7 +8,8 @@ alias \ bc="bc -ql" \ mkd="mkdir -pv" \ yt="yt-dlp --embed-metadata -i" \ - yta="yt -x -f bestaudio/best" \ + yta="yt -x -f bestaudio/best -o '%(uploader)s - %(title)s.%(ext)s'" \ + ytmp3="yta --audio-format mp3 --audio-quality 192K" \ ffmpeg="ffmpeg -hide_banner" # Kubernetes things