Moved ManyVids exclude config to networks.

This commit is contained in:
DebaucheryLibrarian
2026-07-08 23:57:25 +02:00
parent 25af9152d7
commit c3dad0b523

View File

@@ -58,7 +58,6 @@ module.exports = {
}, },
exclude: { exclude: {
channels: [ channels: [
'manyvids', // wip
// aylo // aylo
'pornhub', 'pornhub',
'spicevids', 'spicevids',
@@ -182,6 +181,8 @@ module.exports = {
'traxxx', 'traxxx',
// porn doe // porn doe
'forbondage', 'forbondage',
// prevent huge influx
'manyvids',
], ],
}, },
profiles: null, profiles: null,