Improved Gamma scraper for (XEmpire) actors.

This commit is contained in:
2020-05-20 03:00:46 +02:00
parent b1b7cd6d50
commit 7275fb10e3
8 changed files with 17 additions and 8 deletions

View File

@@ -26,7 +26,6 @@ async function init() {
if (argv.actorScenes) {
const actorReleases = actors.map(actor => actor.releases).flat().filter(Boolean);
console.log(actors, actorReleases);
await storeReleases(actorReleases);
}