ytcc: Also use correct name for vp9

This commit is contained in:
Simon Bruder 2023-06-26 19:08:35 +02:00
parent e627f21603
commit af20339f1b
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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"