Newbie troubles Tutorial #2.

On page 7 of Tutorial 2, I run the script to confirm I should see everything that I expect to see. The problem is that it continuously loops through page 1. Never goes to page 2. Any suggestions on where I fouled it up?

If it's hitting the first

If it's hitting the first page over and over again, then that ~@PAGE@~ token in your "next page" extractor pattern probably isn't being saved. To make sure that it is, go back to that "next page" extractor, and double-click the PAGE variable, and ensure that the checkbox is marked, which says "Save in session variable?".

If the variable is only being found, but not saved, then the page number used to hit up that results page won't ever progress!

Hope that helps-- and sorry for the delayed reply.

Tim