From 8c9e85ce3e1838b08694efa467598760ee07e1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 24 Jul 2026 00:10:29 +0200 Subject: [PATCH] setup archive preferences --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index c3d5b7f..920adae 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 SAVE_WGET=True SAVE_READABILITY=True SAVE_SINGLEFILE=True SAVE_PDF=True SAVE_SCREENSHOT=False SAVE_MEDIA=True SAVE_ARCHIVE_DOT_ORG=False SAVE_MERCURY=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]"]' ################################################################################