forked from DebaucheryLibrarian/traxxx
Improved date query for upcoming scenes in ElevatedX scraper.
This commit is contained in:
BIN
public/img/logos/nebraskacoeds/favicon.png
Normal file
BIN
public/img/logos/nebraskacoeds/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
@@ -66,7 +66,7 @@ function scrapeAllClassic(scenes, channel) {
|
|||||||
release.title = query.cnt('.updateInfo h5 a');
|
release.title = query.cnt('.updateInfo h5 a');
|
||||||
|
|
||||||
release.actors = query.cnts('.tour_update_models a');
|
release.actors = query.cnts('.tour_update_models a');
|
||||||
release.date = query.date('.availdate, .updateInfo p span:nth-child(2)', 'MM/DD/YYYY');
|
release.date = query.date('.availdate, .updateInfo p span:last-child', 'MM/DD/YYYY');
|
||||||
|
|
||||||
release.poster = query.img('.updateThumb img');
|
release.poster = query.img('.updateThumb img');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user