Deriving Jules Jordan director from tags.

This commit is contained in:
DebaucheryLibrarian
2023-07-01 21:53:01 +02:00
parent 99f2faa328
commit aa9e3b3d1f

View File

@@ -254,6 +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()));
const posterPath = html.match(/useimage = "(.*)"/)?.[1];