diff --git a/users/simon/modules/ytcc.nix b/users/simon/modules/ytcc.nix index 2003b31..c1cff3d 100644 --- a/users/simon/modules/ytcc.nix +++ b/users/simon/modules/ytcc.nix @@ -1,6 +1,6 @@ { lib, pkgs, ... }: let - ytdl-format = map (vc: "bestvideo[vcodec^=${vc}][width<=1920]+bestaudio[acodec^=opus]") [ "av01" "vp9" "avc1" ] + ytdl-format = map (vc: "bestvideo[vcodec^=${vc}][width<=1920]+bestaudio[acodec^=opus]") [ "av01" "vp09" "avc1" ] ++ [ "bestvideo+bestaudio[acodec^=opus]" "bestvideo+bestaudio"