Compare commits
No commits in common. "850509257da151a7836c393846f340880bc79f8a" and "d69e1a123138185ab62afbadb74c6bac0499afa7" have entirely different histories.
850509257d
...
d69e1a1231
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.93.2",
|
"version": "1.93.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.93.2",
|
"version": "1.93.1",
|
||||||
"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": {
|
||||||
|
|
|
@ -49,12 +49,9 @@ function scrapeScene({ q, qa, qd, qtx }, url) {
|
||||||
return release;
|
return release;
|
||||||
}
|
}
|
||||||
|
|
||||||
function scrapeProfile({ el, q, qtx }) {
|
function scrapeProfile({ el, q }) {
|
||||||
const profile = {};
|
const profile = {};
|
||||||
|
|
||||||
const description = qtx('.model-bio');
|
|
||||||
if (description) profile.description = description;
|
|
||||||
|
|
||||||
profile.avatar = [
|
profile.avatar = [
|
||||||
q('.model-image img', 'src0_2x'),
|
q('.model-image img', 'src0_2x'),
|
||||||
q('.model-image img', 'src0_1x'),
|
q('.model-image img', 'src0_1x'),
|
||||||
|
|
Loading…
Reference in New Issue