Moved Blowpass to Gamma API.

This commit is contained in:
DebaucheryLibrarian
2023-07-09 05:08:35 +02:00
parent c5d9b93263
commit 1cba51fbfd
5 changed files with 3 additions and 171 deletions

View File

@@ -229,6 +229,8 @@ async function scrapeChannel(channelEntity, accNetworkReleases, beforeNetwork) {
const scraper = resolveScraper(channelEntity);
const layoutScraper = resolveLayoutScraper(channelEntity, scraper);
console.log(layoutScraper);
if (!layoutScraper) {
logger.warn(`No scraper found for '${channelEntity.name}' (${channelEntity.parent?.name})`);
return emptyReleases;