Compare commits

..

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

6 changed files with 17 additions and 31 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View File

@ -617,7 +617,7 @@ const tagPosters = [
['dvp', 'poster', 'Riley Reid in "Pizza That Ass" for Reid My Lips'],
['dv-tp', 'poster', 'Juelz Ventura in "Gangbanged 5" for Elegant Angel'],
['ebony', 2, 'Nia Nacci for Sweetheart Video'],
['facefucking', 5, 'Mia Moore B for Throated'],
['facefucking', 1, 'Paige Owens in "Dark Meat 12" for Evil Angel'],
['facial', 0, 'Brooklyn Gray in "All About Ass 4" for Evil Angel'],
['fake-boobs', 2, 'Gia Milana in "Hot Anal Latina" for HardX'],
['family', 0, 'Teanna Trump in "A Family Appear: Part One" for Brazzers'],
@ -707,7 +707,6 @@ const tagPhotos = [
['ebony', 1, 'Ana Foxxx in "DP Me 4" for HardX'],
['facial', 2, 'Ashly Anderson for Hookup Hotshot'],
['facial', 'poster', 'Jynx Maze'],
['facefucking', 1, 'Paige Owens in "Dark Meat 12" for Evil Angel'],
['facefucking', 2, 'Jynx Maze for Throated'],
['facefucking', 4, 'Brooklyn Gray in "Throats Fucks 6" for Evil Angel'],
['facefucking', 3, 'Adriana Chechik in "Performing Magic Butt Tricks With Jules Jordan. What Will Disappear In Her Ass?" for Jules Jordan'],

View File

@ -1,9 +1,7 @@
'use strict';
const qu = require('../utils/q');
const slugify = require('../utils/slugify');
const capitalize = require('../utils/capitalize');
const { feetInchesToCm } = require('../utils/convert');
function scrapeAll(months, channel, year) {
return months.map(({ query: queryMonth, el }) => {
@ -24,7 +22,7 @@ function scrapeAll(months, channel, year) {
release.actors = [{
name: capitalize(query.q('a.video-pop-up', 'data-modelname'), { uncapitalize: true }),
url: query.url('a.video-pop-up', 'data-modellink', { origin: `${channel.url}/submissive` }),
}].filter(actor => /lockdown/i.test(actor.name));
}];
release.poster = query.img('img');
@ -42,32 +40,23 @@ function scrapeScene({ html }, url) {
return release;
}
function scrapeProfile({ query }) {
/*
function scrapeProfile({ query, el }, actorName, entity, include) {
const profile = {};
const bio = query.all('.about-desc li').reduce((acc, el) => {
const key = query.cnt(el, 'strong');
const value = query.text(el);
profile.description = query.cnt('.bio-text');
profile.birthPlace = query.cnt('.birth-place span');
return {
...acc,
[slugify(key, '_')]: value,
};
}, {});
profile.avatar = query.img('.actor-photo img');
profile.nationality = bio.nationality;
profile.height = feetInchesToCm(bio.height);
profile.age = bio.age;
profile.hair = bio.hair;
profile.description = query.cnt('.twocolumns');
profile.avatar = query.img('#individual-description img');
// no dates or links available
// profile.releases = scrapeAll(qu.initAll(query.all('.individal-video-item'))); // sic
if (include.releases) {
return scrapeAll(qu.initAll(el, '.scene'));
}
console.log(profile);
return profile;
}
*/
async function fetchLatest(channel, page = 1) {
const year = new Date().getFullYear() - (page - 1);
@ -92,21 +81,20 @@ async function fetchScene(url, channel) {
return res.status;
}
/*
async function fetchProfile({ name: actorName }, entity, include) {
const url = `${entity.url}/submissive/subslut-${slugify(actorName)}.php`;
const res = await qu.get(url, null, null, {
followRedirects: false,
});
const url = `${entity.url}/actors/${slugify(actorName, '_')}`;
const res = await qu.get(url);
if (res.ok && res.status === 200) {
if (res.ok) {
return scrapeProfile(res.item, actorName, entity, include);
}
return res.status;
}
*/
module.exports = {
fetchLatest,
fetchScene,
fetchProfile,
};

View File

@ -234,7 +234,6 @@ module.exports = {
pimpxxx: cherrypimps,
letsdoeit: porndoe,
mamacitaz: porndoe,
pascalssubsluts,
porncz,
pornhub,
povperverts: fullpornnetwork,