Moved LetsDoeIt to Aylo, updated PornDoe scraper.

This commit is contained in:
DebaucheryLibrarian
2024-11-18 23:58:55 +01:00
parent 6d69f098f5
commit b679ae95f2
5 changed files with 44 additions and 40 deletions

View File

@@ -204,7 +204,7 @@ function getUrl(site) {
return `${site.parent.url}/scenes?site=${site.parameters.siteId}`;
}
throw new Error(`Mind Geek site '${site.name}' (${site.url}) not supported`);
throw new Error(`Aylo site '${site.name}' (${site.url}) not supported`);
}
async function getSession(site, parameters, url) {
@@ -241,7 +241,7 @@ async function getSession(site, parameters, url) {
}
}
throw new Error(`Failed to acquire MindGeek session (${res.statusCode})`);
throw new Error(`Failed to acquire Aylo session (${res.statusCode})`);
}
async function fetchLatest(site, page = 1, options) {