ytcc: Also use correct name for vp9
This commit is contained in:
parent
e627f21603
commit
af20339f1b
|
@ -1,6 +1,6 @@
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
let
|
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[acodec^=opus]"
|
||||||
"bestvideo+bestaudio"
|
"bestvideo+bestaudio"
|
||||||
|
|
Loading…
Reference in a new issue