Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
e70acdfe79 1.248.65 2026-02-22 02:58:28 +01:00
DebaucheryLibrarian
75c5a37567 Fixed Teen Mega World typo breaking profile avatar. 2026-02-22 02:58:26 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.248.64",
"version": "1.248.65",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.248.64",
"version": "1.248.65",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

@@ -103,7 +103,7 @@ function scrapeProfile({ query }, url, entity) {
profile.hairColor = bio.hair;
profile.eyes = bio.eyes;
profile.avatar = query.img('.model-profile-image-picture source', { origin: entity.oorigin, attribute: 'srcset' })
profile.avatar = query.img('.model-profile-image-picture source', { origin: entity.origin, attribute: 'srcset' })
|| query.img('.model-profile-image-picture img', { origin: entity.origin });
profile.scenes = scrapeAll(unprint.initAll(query.all('.video-list .thumb')), entity);