From 4ff6a4bc439c1e713fe72bca3535c28a9ed8d8e1 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 9 Feb 2025 11:19:47 +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 bdc6042..93eb309 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: '{"check_formats":true,"allow_u":true}' + YTDL_OPTIONS: '{"verbose":true,"check_formats":true,"allow_u":true}'