ytcc: Also use correct name for vp9

nazuna
Simon Bruder 2023-06-26 19:08:35 +02:00
parent e627f21603
commit af20339f1b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

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"