Updated Blowpass seed entries.

This commit is contained in:
DebaucheryLibrarian
2023-07-09 05:23:17 +02:00
parent f4cb4ca26a
commit f009c90e5d
3 changed files with 5 additions and 23 deletions

View File

@@ -229,8 +229,6 @@ 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;