Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
7990f359d3 1.252.20 2026-06-03 05:31:04 +02:00
DebaucheryLibrarian
eedf168476 Fixed Channel Anal pagination in ACam scraper. 2026-06-03 05:31:02 +02:00
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@@ -141,7 +141,8 @@ async function fetchLatestKanal(channel, page = 1, { parameters }) {
const res = await unprint.post(`${channel.origin}/pagination`, {
k: page,
status: 1,
hidden_page_no: page - 1,
status: true,
}, {
selectAll: '.video_bx',
form: true,