From c3dad0b5230099b3976b914ac5e3911380e47852 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Wed, 8 Jul 2026 23:57:25 +0200 Subject: [PATCH] Moved ManyVids exclude config to networks. --- config/default.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/default.js b/config/default.js index 5520823a..a4d6a6ae 100755 --- a/config/default.js +++ b/config/default.js @@ -58,7 +58,6 @@ module.exports = { }, exclude: { channels: [ - 'manyvids', // wip // aylo 'pornhub', 'spicevids', @@ -182,6 +181,8 @@ module.exports = { 'traxxx', // porn doe 'forbondage', + // prevent huge influx + 'manyvids', ], }, profiles: null,