forked from DebaucheryLibrarian/traxxx
Split Girlsway from Adult Time. Added Fantasy Massage. Using Gamma scraper for Pure Taboo. Added photo path parameter to Gamma scraper.
This commit is contained in:
@@ -22,8 +22,6 @@ async function networkFetchScene(url, site) {
|
||||
async function fetchLatest(site, page = 1) {
|
||||
const releases = await fetchApiLatest(site, page, false);
|
||||
|
||||
console.log(releases);
|
||||
|
||||
return releases.map(release => curateRelease(release, site));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user