Fixed Channel Anal pagination in ACam scraper.

This commit is contained in:
DebaucheryLibrarian
2026-06-03 05:31:02 +02:00
parent d415e2c4f9
commit eedf168476

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,