Updated default request limit config. Added type expect to Kink images to fix broken photos due malformed content type header.

This commit is contained in:
DebaucheryLibrarian
2024-10-24 03:18:27 +02:00
parent 87adc0472e
commit 01a8a24db6
4 changed files with 42 additions and 15 deletions

View File

@@ -376,21 +376,28 @@ module.exports = {
interval: 50,
concurrency: 20,
},
'www.deeper.com': {
enable: false, // can be omitted to enable
'www.kink.com': {
interval: 1000,
concurrency: 1,
},
'westcoastproductions.com': {
interval: 100,
'www.brazzers.com': {
interval: 2000,
concurrency: 1,
},
'www.realitykings.com': {
interval: 2000,
concurrency: 1,
},
'www.analvids.com': { // seems to error at default rate
interval: 500,
concurrency: 1,
},
'images.mylfcdn.net': {
interval: 50,
concurrency: 1,
},
'www.analvids.com': { // seems to error at default rate
interval: 500,
'westcoastproductions.com': {
interval: 100,
concurrency: 1,
},
},