From 630559d69f4e6adba776186bcebea49a40386cc7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 18 May 2025 17:06:15 +0200 Subject: downloader script and status reporting works --- scripts/ytdlp_flatten.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/ytdlp_flatten.ts') diff --git a/scripts/ytdlp_flatten.ts b/scripts/ytdlp_flatten.ts index 7cd9da1..84bbc8f 100644 --- a/scripts/ytdlp_flatten.ts +++ b/scripts/ytdlp_flatten.ts @@ -16,7 +16,9 @@ async function flat_playlist(url: string, kind: string, output: string) { "--print-json", "--match-filter", "availability=public & live_status=not_live", url - ] + ], + stdout: "piped", + stderr: "inherit", }).output() const otext = new TextDecoder().decode(o.stdout) for (const line of otext.split("\n")) { -- cgit v1.2.3-70-g09d2