Compare commits
2 Commits
e39afa8b39
...
b26a029f66
Author | SHA1 | Date |
---|---|---|
|
b26a029f66 | |
|
8a7baa02c1 |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.171.0",
|
"version": "1.171.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.171.0",
|
"version": "1.171.1",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
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');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue