need help with next page

I have tried a variety of methods but none seem to extract past first page.

Tried

single_page_link: //div[@id=‘slideshowContent’]
next_page_link: //a[@class=‘next-slide-btn’]

any ideas?

Thanks.

try:
next_page_link: //link[@rel="next"]

if you have a link for a single page of this article, post it here. maybe we find out pattern then.

1 Like

That worked… Thank you.

1 Like

Have you changed anything else in your site-config-file? So please, make a PullRequest at Github or post it here. So I would do the PR for you.

So other users could benefit from it as well.