forked from DebaucheryLibrarian/traxxx
Added Bang! actor scraper. Fixed date interpolation. Showing date and age of death on profile (only if actor has already died).
This commit is contained in:
@@ -76,8 +76,10 @@ function initActorActions(store, _router) {
|
||||
name
|
||||
slug
|
||||
gender
|
||||
birthdate: dateOfBirth
|
||||
dateOfBirth
|
||||
dateOfDeath
|
||||
age
|
||||
ageAtDeath
|
||||
ethnicity
|
||||
cup
|
||||
bust
|
||||
@@ -233,7 +235,7 @@ function initActorActions(store, _router) {
|
||||
name
|
||||
slug
|
||||
age
|
||||
birthdate: dateOfBirth
|
||||
dateOfBirth
|
||||
gender
|
||||
network {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user