Fixed Jules Jordan upcoming selector.

This commit is contained in:
DebaucheryLibrarian
2025-01-30 01:29:45 +01:00
parent 3e4c82bd23
commit 6636330e11
8 changed files with 59 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ function scrapeLatest(scenes, site) {
release.date = query.date('.card-meta .text-left, .row .col-4:first-child, .card-footer-item:first-child', ['MMM D', 'MMM D, YYYY'], /\w+ \d+(, \w+)?/);
release.actors = query.cnts('.models a, .ep-models a, a[href*="models/"]');
// older scenes do not have a working scene page on their native site, only on Porn Fidelity
// older scenes do not have a working scene page on their native site, but they (often, not always) do on Porn Fidelity
// scenes older than year do not show a date; this is not when the URLs stop working, but it's a rough guideline
release.url = site.parameters.archive && !release.date
? `${site.parameters.archive}${pathname}`