forked from DebaucheryLibrarian/traxxx
Reordered scraper arguments. Fixed Jules Jordan scraper for Amateur Allure.
This commit is contained in:
@@ -356,7 +356,7 @@ function scrapeProfileTour({ el, qu }, site) {
|
||||
return profile;
|
||||
}
|
||||
|
||||
async function fetchLatest(site, page = 1, _beforeFetchLatest, accSiteReleases) {
|
||||
async function fetchLatest(site, page = 1, include, preflight, accSiteReleases) {
|
||||
const url = (site.parameters?.latest && util.format(site.parameters.latest, page))
|
||||
|| (site.parameters?.t1 && `${site.url}/t1/categories/movies_${page}_d.html`)
|
||||
|| `${site.url}/categories/movies_${page}_d.html`;
|
||||
|
||||
Reference in New Issue
Block a user