Added Hookup Hotshot.
This commit is contained in:
@@ -183,7 +183,7 @@ async function scrapeChannel(channelEntity, accNetworkReleases) {
|
||||
|
||||
if (!scraper) {
|
||||
logger.warn(`No scraper found for '${channelEntity.name}' (${channelEntity.parent?.name})`);
|
||||
return [];
|
||||
return emptyReleases;
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -196,7 +196,7 @@ async function scrapeChannel(channelEntity, accNetworkReleases) {
|
||||
} catch (error) {
|
||||
logger.error(`Failed to scrape releases from ${channelEntity.name} using ${scraper.slug}: ${error.message}`);
|
||||
|
||||
return [];
|
||||
return emptyReleases;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user