forked from DebaucheryLibrarian/traxxx
Deriving Jules Jordan director from tags.
This commit is contained in:
parent
99f2faa328
commit
aa9e3b3d1f
|
@ -254,6 +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()));
|
||||||
|
|
||||||
const posterPath = html.match(/useimage = "(.*)"/)?.[1];
|
const posterPath = html.match(/useimage = "(.*)"/)?.[1];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue