Compare commits

..

No commits in common. "a8c525f4fc7540e0a078b092c9940f483eebc74f" and "7c4dd03a8cec67d18552a0413335edaa2ec01c09" have entirely different histories.

3 changed files with 3 additions and 10 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.134.0",
"version": "1.133.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@ -23,14 +23,8 @@ function scrapeAll(months, channel, year) {
release.actors = [{
name: capitalize(query.q('a.video-pop-up', 'data-modelname'), { uncapitalize: true }),
gender: 'female',
url: query.url('a.video-pop-up', 'data-modellink', { origin: `${channel.url}/submissive` }),
}]
.filter(actor => !/lockdown/i.test(actor.name))
.concat({
name: 'Pascal White',
gender: 'male',
});
}].filter(actor => /lockdown/i.test(actor.name));
release.poster = query.img('img');
@ -61,7 +55,6 @@ function scrapeProfile({ query }) {
};
}, {});
profile.gender = 'female';
profile.nationality = bio.nationality;
profile.height = feetInchesToCm(bio.height);
profile.age = bio.age;