feat(config): add option to use AllTube for video downloads
Some checks are pending
Build and release container directly from master / release (push) Waiting to run
Invidious CI / build - crystal: nightly, stable: false (push) Waiting to run
Invidious CI / build - crystal: 1.10.1, stable: true (push) Waiting to run
Invidious CI / build - crystal: 1.11.2, stable: true (push) Waiting to run
Invidious CI / build - crystal: 1.12.1, stable: true (push) Waiting to run
Invidious CI / build - crystal: 1.9.2, stable: true (push) Waiting to run
Invidious CI / build-docker (push) Waiting to run
Invidious CI / build-docker-arm64 (push) Waiting to run
Invidious CI / ameba_lint (push) Waiting to run

Added configuration to enable video downloads through an external AllTube instance. This provides an alternative download link and displays it in error messages when videos fail to load. Enhances user experience by offering external download support.
This commit is contained in:
Kumi 2024-09-18 17:05:45 +02:00
parent dd662ff77b
commit 8158e430bf
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -256,6 +256,13 @@ https_only: false
##
#statistics_enabled: false
##
## Use an AllTube instance for video downloads. If set, the
## download area will be replaced by a link to the AllTube
## instance, and a link will also be displayed in error
## messages when a video cannot be displayed.
##
#alltube_url: "https://alltube.private.coffee"
# -----------------------------
# Users and accounts