diff --git a/compose.yml b/compose.yml index 87575c4..fd1d204 100644 --- a/compose.yml +++ b/compose.yml @@ -123,7 +123,7 @@ services: restart: unless-stopped environment: - - YTDL_OPTIONS={"writesubtitles":true,"writeautomaticsub":true,"writethumbnail":true,"writeinfojson":true,"embedmetadata":true,"embedthumbnail":true} + - YTDL_OPTIONS={"outtmpl":"%(title)s/%(title)s.%(ext)s","writesubtitles":true,"writeautomaticsub":true,"writethumbnail":true,"writeinfojson":true,"embedmetadata":true,"embedthumbnail":true} - MAX_CONCURRENT_DOWNLOADS=1 - STATE_DIR=/metube - YTDL_NIGHTLY_UPDATE_TIME=03:00