forked from DebaucheryLibrarian/traxxx
Added 'includes' argument to scrapers to help them avoid unnecessary requests. Added movie actors and movie tags views.
This commit is contained in:
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user