From 1ccb1246641265f384e51f7a72f0589a1dd28fad Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 21 Jan 2024 14:33:38 +0100 Subject: fix(sys/nixpkgs/yt): Ensure that the downloader downloads everything --- sys/nixpkgs/pkgs/yt/src/bin/yt/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/nixpkgs/pkgs/yt/src/bin') diff --git a/sys/nixpkgs/pkgs/yt/src/bin/yt/main.rs b/sys/nixpkgs/pkgs/yt/src/bin/yt/main.rs index f3c16613..37348834 100644 --- a/sys/nixpkgs/pkgs/yt/src/bin/yt/main.rs +++ b/sys/nixpkgs/pkgs/yt/src/bin/yt/main.rs @@ -32,7 +32,7 @@ fn main() -> Result<()> { }; let temp_file = Builder::new() - .prefix("yt_video_select") + .prefix("yt_video_select-") .suffix(".yts") .rand_bytes(6) .tempfile() -- cgit 1.4.1