Fixed Channel Anal pagination in ACam scraper.
This commit is contained in:
@@ -141,7 +141,8 @@ async function fetchLatestKanal(channel, page = 1, { parameters }) {
|
|||||||
|
|
||||||
const res = await unprint.post(`${channel.origin}/pagination`, {
|
const res = await unprint.post(`${channel.origin}/pagination`, {
|
||||||
k: page,
|
k: page,
|
||||||
status: 1,
|
hidden_page_no: page - 1,
|
||||||
|
status: true,
|
||||||
}, {
|
}, {
|
||||||
selectAll: '.video_bx',
|
selectAll: '.video_bx',
|
||||||
form: true,
|
form: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user