Added Bang Bros data (no scraper yet). Added 21Sextury scene fetch date fallback.

This commit is contained in:
2019-04-10 03:42:20 +02:00
parent 194c6d1cca
commit bc01cbe6dc
10 changed files with 566 additions and 11 deletions

View File

@@ -101,7 +101,7 @@ async function fetchScene(url, site) {
},
});
return scrapeScene(res.body.result.parent, url, site);
return scrapeScene(res.body.result.parent || res.body.result, url, site);
}
module.exports = {