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

@@ -42,7 +42,7 @@ function getAvatarFallback(url) {
`${origin}${pathname}`,
url,
];
} catch (error) {
} catch (_error) {
return null;
}
}
@@ -122,11 +122,11 @@ async function scrapeScene({ query }, { url, entity }) {
release.poster = data?.thumbnailUrl || query.attribute('meta[property="og:image"]', 'content');
release.teaser = (sourcesData && [
sourcesData.mp4_large,
sourcesData.webm_large,
sourcesData.mp4,
sourcesData.webm,
])
sourcesData.mp4_large,
sourcesData.webm_large,
sourcesData.mp4,
sourcesData.webm,
])
|| data?.contentUrl
|| query.attribute('meta[property="og:video"]')
|| query.video('video[data-videocontainer-target] source');