From 2e23c885243c2f9847b3bc9e336169d4b4a54149 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 9 Feb 2025 09:53:59 +0100 Subject: [PATCH] Change YTDL option --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5742f7b..b6746d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -43,4 +43,4 @@ services: UID: 1000 GID: 1000 DELETE_FILE_ON_TRASHCAN: true - YTDL_OPTIONS: "{allow_unplayable_formats:true}" + YTDL_OPTIONS: "{ignore_no_formats_error:true}"