Updated Dorcel scraper, added movie support.

This commit is contained in:
DebaucheryLibrarian
2020-11-19 02:01:13 +01:00
parent ecc90be12c
commit 77f9193669
16 changed files with 240 additions and 73 deletions

View File

@@ -139,7 +139,7 @@ async function scrapeReleases(scraper, entity, preData, isUpcoming) {
}
async function scrapeLatestReleases(scraper, entity, preData) {
if ((!argv.latest && !argv.last) || !scraper.fetchLatest) {
if (!argv.latest || !scraper.fetchLatest) {
return emptyReleases;
}