forked from DebaucheryLibrarian/traxxx
Including networks in filter count. Preserving query between date ranges. Allowing --latest to be used without --last.
This commit is contained in:
@@ -111,7 +111,7 @@ async function scrapeReleases(scraper, entity, preData, upcoming = false, page =
|
||||
}
|
||||
|
||||
async function scrapeLatestReleases(scraper, entity, preData) {
|
||||
if (!argv.latest || !scraper.fetchLatest) {
|
||||
if ((!argv.latest && !argv.last) || !scraper.fetchLatest) {
|
||||
return emptyReleases;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user