Removed some obsolete client components. Added ASG Max with affiliates.
This commit is contained in:
@@ -19,7 +19,7 @@ function scrapeAll(scenes) {
|
||||
? query.all('.video-card__actors a').map((actorEl) => ({
|
||||
name: unprint.query.content(actorEl),
|
||||
url: unprint.query.url(actorEl, null),
|
||||
}))
|
||||
}))
|
||||
: query.content('.video-card__actors')?.split(',').map((actor) => actor.trim());
|
||||
|
||||
release.poster = query.img('.image-container img');
|
||||
|
||||
Reference in New Issue
Block a user