Compare commits
2 Commits
cdb4644b42
...
0092aab579
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0092aab579 | ||
|
|
78e9088ee5 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.248.66",
|
"version": "1.248.67",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.248.66",
|
"version": "1.248.67",
|
||||||
"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.66",
|
"version": "1.248.67",
|
||||||
"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": {
|
||||||
|
|||||||
@@ -171,7 +171,8 @@ async function scrapeProfile({ query }, url, entity, options) {
|
|||||||
|
|
||||||
profile.birthPlace = bio.birthplace;
|
profile.birthPlace = bio.birthplace;
|
||||||
|
|
||||||
profile.height = parseInt(bio.height, 10);
|
// height shown in imperial with cm between brackets when requested from North American IP, but only in cm for European IPs
|
||||||
|
profile.height = unprint.extractNumber(bio.height, { match: /(\d+)cm/, matchIndex: 1 });
|
||||||
profile.measurements = bio.measurements;
|
profile.measurements = bio.measurements;
|
||||||
|
|
||||||
profile.avatar = query.sourceSet('.person__avatar img').map((src) => ({
|
profile.avatar = query.sourceSet('.person__avatar img').map((src) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user