Removed some obsolete client components. Added ASG Max with affiliates.

This commit is contained in:
DebaucheryLibrarian
2026-01-30 05:25:35 +01:00
parent 5042f8fb40
commit 91771c9ef4
155 changed files with 982 additions and 22880 deletions

View File

@@ -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');