Changed next page determination to ensure --after is followed even if there are no unique releases.
This commit is contained in:
@@ -359,7 +359,7 @@ function scrapeProfile(html, url, actorName, entity) {
|
||||
return profile;
|
||||
}
|
||||
|
||||
async function fetchLatest(site, page = 1, entryIdFromTitle = false) {
|
||||
async function fetchLatest(site, page = 1, include, preData, entryIdFromTitle = false) {
|
||||
const url = site.parameters?.latest
|
||||
? util.format(site.parameters.latest, page)
|
||||
: `${site.url}/trial/categories/movies_${page}_d.html`;
|
||||
|
||||
Reference in New Issue
Block a user