Updated Jules Jordan scraper.

This commit is contained in:
DebaucheryLibrarian
2023-07-06 00:14:38 +02:00
parent 66439b3b17
commit 0905847ffa
609 changed files with 391 additions and 277 deletions

View File

@@ -69,7 +69,10 @@ async function fetchUnprintScene(scraper, url, entity, baseRelease, options, typ
entity,
baseRelease,
headers: res.headers,
}, options);
include,
beforeFetchScenes: options.beforeFetchScenes,
parameters: options.parameters,
}, options); // options parameter should probably be retired
}
return res.status;