Skip to content

Commit 9ed5332

Browse files
committed
Don't enable Bitchute by default (seems to need fixes)
1 parent 7480712 commit 9ed5332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/lib/config_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"datasources.enabled": {
2020
"type": UserInput.OPTION_DATASOURCES,
21-
"default": ["ninegag", "bitchute", "douban", "douyin", "imgur", "upload", "instagram", "linkedin", "parler",
21+
"default": ["ninegag", "douban", "douyin", "imgur", "upload", "instagram", "linkedin", "parler",
2222
"telegram", "tiktok", "twitter"],
2323
"help": "Data Sources",
2424
"tooltip": "A list of enabled data sources that people can choose from when creating a dataset page."

0 commit comments

Comments
 (0)