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",
"version": "1.77.6",
"version": "1.77.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.77.6",
"version": "1.77.5",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

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