Added photo album support to Blowpass scraper.
This commit is contained in:
@@ -65,6 +65,7 @@ async function curateRelease(release) {
|
||||
gender: actor.gender,
|
||||
birthdate: actor.birthdate,
|
||||
age: moment().diff(actor.birthdate, 'years'),
|
||||
ageThen: moment(release.date).diff(actor.birthdate, 'years'),
|
||||
avatar: actor.avatar,
|
||||
origin: actor.birth_country_alpha2
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user