Compare commits

..

No commits in common. "215528171d021a58498ad5f80f7584e1fb46fe4e" and "4925295798fe595d9eab1b8778bab02a3323c7f5" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.238.5",
"version": "1.238.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.238.5",
"version": "1.238.4",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

@ -62,7 +62,7 @@ function scrapeScene({ query }, { url }) {
}
async function fetchLatest(channel, page = 1) {
const url = `${channel.url}/all-videos/page/${page}/`;
const url = `${channel.url}/all-videos/${page}/`;
const res = await unprint.get(url, { selectAll: '.catposts > div:not(.clearfix):not(.flexcont)' });
if (res.ok) {