Compare commits
No commits in common. "dfa0183669f3559a05f9176d52cf35a7bee9582c" and "b20cf536458fe7cbc99ea1fcaa2ee61b1cb90d60" have entirely different histories.
dfa0183669
...
b20cf53645
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.77.6",
|
||||
"version": "1.77.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue