1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

yta: download opus

This commit is contained in:
2025-10-06 12:29:29 +02:00
parent 4a77a20c9e
commit 31e6b28b72
3 changed files with 27 additions and 10 deletions

View File

@@ -106,7 +106,7 @@ in
zathura = swallow "${pkgs.zathura}/bin/zathura";
im = "${pkgs.openssh}/bin/ssh weechat@makanek -t tmux attach-session -t IM";
yt = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata -ic"; # Download video link
yta = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata --audio-format opus --audio-quality 0 -xic"; # Download with audio
yta = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata --audio-format mp3 --audio-quality 0 -xic"; # Download with audio
};
}
{