From 8158e430bfa214be24fb4c04b1477aa6f3897fc6 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 17:05:45 +0200 Subject: [PATCH] feat(config): add option to use AllTube for video downloads 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. --- config/config.example.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/config.example.yml b/config/config.example.yml index 219aa03f..a152a130 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -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