Added Amateur Euro, For Bondage, Mamacitaz, TransBella and VIP Sex Vault. Refactored Kelly Madison scraper using qu, fixed trailers and improved reliability.

This commit is contained in:
DebaucheryLibrarian
2020-07-14 03:46:31 +02:00
parent 598e93728f
commit b7be97fcf9
173 changed files with 3761 additions and 104 deletions

View File

@@ -332,6 +332,7 @@ async function get(urlValue, selector, headers, options, queryAll = false) {
res,
ok: true,
status: res.statusCode,
...res,
};
}
@@ -341,6 +342,7 @@ async function get(urlValue, selector, headers, options, queryAll = false) {
res,
ok: false,
status: res.statusCode,
...res,
};
}