Updated mindgeek scraper for entities. Various fixes.
This commit is contained in:
@@ -236,7 +236,7 @@ async function storeReleases(releases) {
|
||||
// media is more error-prone, associate separately
|
||||
await associateReleaseMedia(releasesWithId);
|
||||
|
||||
if (argv.withActors) {
|
||||
if (argv.sceneActors) {
|
||||
await scrapeActors(actors.map(actor => actor.name));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user