Compare commits
No commits in common. "204a4d4bdd4058a64d8d91969d87d02e24f0d768" and "96e027b4e35a6a89ec9f456dbc6ea8208e75878f" have entirely different histories.
204a4d4bdd
...
96e027b4e3
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.77.1",
|
"version": "1.77.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.77.1",
|
"version": "1.77.0",
|
||||||
"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": {
|
||||||
|
|
|
||||||
|
|
@ -178,9 +178,7 @@ async function fetchProfile(actorName, scraperSlug, page = 1) {
|
||||||
const letter = actorName.charAt(0).toUpperCase();
|
const letter = actorName.charAt(0).toUpperCase();
|
||||||
|
|
||||||
const url = `https://www.scoreland.com/big-boob-models/browse/${letter}/?page=${page}`;
|
const url = `https://www.scoreland.com/big-boob-models/browse/${letter}/?page=${page}`;
|
||||||
const res = await bhttp.get(url, {
|
const res = await bhttp.get(url);
|
||||||
followRedirects: false,
|
|
||||||
});
|
|
||||||
|
|
||||||
if (res.statusCode === 200) {
|
if (res.statusCode === 200) {
|
||||||
const actorUrl = scrapeModels(res.body.toString(), actorName);
|
const actorUrl = scrapeModels(res.body.toString(), actorName);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue