Added 'includes' argument to scrapers to help them avoid unnecessary requests. Added movie actors and movie tags views.

This commit is contained in:
2020-03-09 16:54:45 +01:00
parent 638757b6e4
commit 61a795d634
5 changed files with 50 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ const tags = [
{
name: 'asian',
slug: 'asian',
priority: 7,
priority: 5,
group: 'ethnicity',
},
{
@@ -342,7 +342,7 @@ const tags = [
{
name: 'ebony',
slug: 'ebony',
priority: 7,
priority: 5,
group: 'ethnicity',
},
{
@@ -427,7 +427,7 @@ const tags = [
{
name: 'gaping',
slug: 'gaping',
priority: 7,
priority: 6,
},
{
name: 'gay',
@@ -481,7 +481,7 @@ const tags = [
{
name: 'Latina',
slug: 'latina',
priority: 7,
priority: 5,
group: 'ethnicity',
},
{