Added Teen Mega World scraper.
This commit is contained in:
@@ -278,8 +278,8 @@ function curateActorEntry(baseActor, batchId) {
|
||||
return {
|
||||
name: baseActor.name,
|
||||
slug: baseActor.slug,
|
||||
entity_id: collisionLikely ? baseActor.entity.id : null,
|
||||
entry_id: collisionLikely ? baseActor.entryId : null,
|
||||
entity_id: (collisionLikely && baseActor.entity?.id) || null,
|
||||
entry_id: (collisionLikely && baseActor.entryId) || null,
|
||||
batch_id: batchId,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user