Scraping-Scripts icon indicating copy to clipboard operation
Scraping-Scripts copied to clipboard

thechive.com.py - Cannot find last page

Open jhavens12 opened this issue 8 years ago • 2 comments

The script cannot find the last page as it did previously, once started it just continues on like this:

	200 @ 106000 next status should be 404, in/decrement will be 1000
	200 @ 107000 next status should be 404, in/decrement will be 1000
	200 @ 108000 next status should be 404, in/decrement will be 1000
	200 @ 109000 next status should be 404, in/decrement will be 1000
	200 @ 110000 next status should be 404, in/decrement will be 1000
	200 @ 111000 next status should be 404, in/decrement will be 1000
	200 @ 112000 next status should be 404, in/decrement will be 1000

jhavens12 avatar Dec 16 '16 22:12 jhavens12

I'll be sure to check it as soon as I can!

Nicba1010 avatar Dec 16 '16 23:12 Nicba1010

I got around this by changing the last page variable

lastPage = 1000
#lastPage = findLastPage()

jhavens12 avatar Feb 02 '17 20:02 jhavens12