Quote:
Originally Posted by Starson17
You need to change nexturl = pager.a['href'] to:
Code:
nexturl = pager['href']
|
Ah OK! - lol noob mistake.
A question about preprocess_html part.
What does the "3" represent in this line?
Code:
self.append_page(soup, soup.body, 3)
Thanks for your help, just needs a little more clean up.
I need to apply this to the pcper.com site now , it's a little more tricky so it might need a different approach.
Thanks again.