Removed AnalVids from exclusion since they are studios, not channels.
This commit is contained in:
parent
6e93528cca
commit
8cc10b084d
|
@ -1,5 +1,3 @@
|
||||||
const excludeAnalvids = require('./analvids.json');
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
database: {
|
database: {
|
||||||
owner: {
|
owner: {
|
||||||
|
@ -75,8 +73,6 @@ module.exports = {
|
||||||
},
|
},
|
||||||
exclude: {
|
exclude: {
|
||||||
channels: [
|
channels: [
|
||||||
// analvids
|
|
||||||
...excludeAnalvids,
|
|
||||||
// 21sextreme, no longer updated
|
// 21sextreme, no longer updated
|
||||||
'mightymistress',
|
'mightymistress',
|
||||||
'dominatedgirls',
|
'dominatedgirls',
|
||||||
|
|
Loading…
Reference in New Issue