This commit is contained in:
@@ -193,6 +193,9 @@ async def detect_pagination_service(decoded_url):
|
||||
});
|
||||
|
||||
console.log(numberedLinks);
|
||||
if(numberedLinks.length <= 1) {
|
||||
return data;
|
||||
}
|
||||
|
||||
// Look for next/prev buttons
|
||||
const nextButtons = Array.from(document.querySelectorAll('a, button, [role="button"]'))
|
||||
|
||||
Reference in New Issue
Block a user