Compare commits

..

No commits in common. "dfa0183669f3559a05f9176d52cf35a7bee9582c" and "b20cf536458fe7cbc99ea1fcaa2ee61b1cb90d60" have entirely different histories.

3 changed files with 3 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.77.6", "version": "1.77.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.77.6", "version": "1.77.5",
"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": {

View File

@ -88,10 +88,7 @@ async function scrapeScene(html, url) {
if (photosUrl) { if (photosUrl) {
release.photos = await fetchPhotos(photosUrl); release.photos = await fetchPhotos(photosUrl);
} else { } else {
release.photos = qis('img[src*=ThumbNails], .p-photos .tn img').map(photo => [ release.photos = qis('img[src*=ThumbNails]');
photo.replace('_tn', ''),
photo,
]);
} }
const trailer = qt(); const trailer = qt();