From 9ed5332732de21b3ae5371df4ea4b7b68b70fe6c Mon Sep 17 00:00:00 2001 From: Stijn Peeters Date: Fri, 27 Oct 2023 14:24:07 +0200 Subject: [PATCH] Don't enable Bitchute by default (seems to need fixes) --- common/lib/config_definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/config_definition.py b/common/lib/config_definition.py index 6f5a64875..7506440a9 100644 --- a/common/lib/config_definition.py +++ b/common/lib/config_definition.py @@ -18,7 +18,7 @@ }, "datasources.enabled": { "type": UserInput.OPTION_DATASOURCES, - "default": ["ninegag", "bitchute", "douban", "douyin", "imgur", "upload", "instagram", "linkedin", "parler", + "default": ["ninegag", "douban", "douyin", "imgur", "upload", "instagram", "linkedin", "parler", "telegram", "tiktok", "twitter"], "help": "Data Sources", "tooltip": "A list of enabled data sources that people can choose from when creating a dataset page."