Added Bang Bros data (no scraper yet). Added 21Sextury scene fetch date fallback.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user