Deriving transsexual tag from actors in Evil Angel scraper.

This commit is contained in:
2019-10-28 02:12:11 +01:00
parent 0e784a274f
commit f7f5e8a306
2 changed files with 24 additions and 1 deletions

View File

@@ -31,6 +31,10 @@ exports.seed = knex => Promise.resolve()
slug: 'location',
group: 'Location',
},
{
slug: 'orientation',
group: 'Orientation',
},
{
slug: 'penetration',
group: 'Penetration',
@@ -171,6 +175,11 @@ exports.seed = knex => Promise.resolve()
alias_for: null,
group_id: groupsMap['body'],
},
{
name: 'bisexual',
slug: 'bisexual',
alias_for: null,
},
{
name: 'black hair',
slug: 'black-hair',
@@ -388,6 +397,11 @@ exports.seed = knex => Promise.resolve()
slug: 'gaping',
alias_for: null,
},
{
name: 'gay',
slug: 'gay',
alias_for: null,
},
{
name: 'gonzo',
slug: 'gonzo',
@@ -854,6 +868,10 @@ exports.seed = knex => Promise.resolve()
name: 'big tits',
alias_for: tagsMap['big-boobs'],
},
{
name: 'bi',
alias_for: tagsMap['bisexual'],
},
{
name: 'black',
alias_for: tagsMap['ebony'],