Added Van Styles to Jules Jordan tag directors.
This commit is contained in:
parent
6edd587a33
commit
a8fa1f36f8
|
@ -254,7 +254,7 @@ async function scrapeScene({ html, query }, url, site, options) {
|
|||
}));
|
||||
|
||||
release.tags = query.cnts('.update_tags a');
|
||||
release.director = release.tags?.find((tag) => ['mike john'].includes(tag?.trim().toLowerCase()));
|
||||
release.director = release.tags?.find((tag) => ['mike john', 'van styles'].includes(tag?.trim().toLowerCase()));
|
||||
|
||||
const posterPath = html.match(/useimage = "(.*)"/)?.[1];
|
||||
|
||||
|
|
Loading…
Reference in New Issue