From 40ee990e91c346b8083f369b502960d896a9d63d Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 9 Feb 2025 11:00:45 +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 c46adc9..dd9ee54 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: '{"ignore_no_formats_error":true}' + YTDL_OPTIONS: '{"ignore_no_formats_error":true,"check_formats":true,"allow_unplayable":true}'