Fixed Jules Jordan upcoming selector.
This commit is contained in:
@@ -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}`
|
||||
|
||||
Reference in New Issue
Block a user