Compare commits
2 Commits
9aa7fd77c4
...
e70acdfe79
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e70acdfe79 | ||
|
|
75c5a37567 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.248.64",
|
"version": "1.248.65",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.248.64",
|
"version": "1.248.65",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.458.0",
|
"@aws-sdk/client-s3": "^3.458.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.248.64",
|
"version": "1.248.65",
|
||||||
"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": {
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ function scrapeProfile({ query }, url, entity) {
|
|||||||
profile.hairColor = bio.hair;
|
profile.hairColor = bio.hair;
|
||||||
profile.eyes = bio.eyes;
|
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 });
|
|| query.img('.model-profile-image-picture img', { origin: entity.origin });
|
||||||
|
|
||||||
profile.scenes = scrapeAll(unprint.initAll(query.all('.video-list .thumb')), entity);
|
profile.scenes = scrapeAll(unprint.initAll(query.all('.video-list .thumb')), entity);
|
||||||
|
|||||||
Reference in New Issue
Block a user