Added Van Styles to Jules Jordan tag directors.
This commit is contained in:
@@ -254,7 +254,7 @@ async function scrapeScene({ html, query }, url, site, options) {
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
release.tags = query.cnts('.update_tags a');
|
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];
|
const posterPath = html.match(/useimage = "(.*)"/)?.[1];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user