From 9859300de17b8f20188980373c0067196395cb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 24 Jul 2026 00:06:17 +0200 Subject: [PATCH] add youtube config --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 9e7e01e..c3d5b7f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -181,6 +181,7 @@ step "Initializing ArchiveBox" docker compose run --rm archivebox init --setup docker compose run archivebox config --set PUBLIC_INDEX=False PUBLIC_SNAPSHOTS=False +docker compose run --rm archivebox config --set 'YOUTUBEDL_ARGS=["--write-description","--write-info-json","--write-thumbnail","--write-subs","--write-auto-subs","--convert-subs=srt","--no-call-home","--continue","--no-abort-on-error","--ignore-errors","--geo-bypass","--add-metadata","--format=bestvideo[height<=1080]+bestaudio/best[height<=1080]"]' ################################################################################ # Done