in reply to Yet Another Scraping Question
It sounds to me like you've already answered your own question:
the last page just reloads and the URL doesn't change
If the URL doesn't change, then it will be the same as the current page, right?
If there are other subtleties to this that weren't mentioned in the OP, please elaborate. This approach should be possible, and it will probably be more reliable than trying to match content (especially if there are floating ads or other dynamic content in the page).
Update: If you want to track what is being sent when you click on a link, you can use Mozilla's liveHTTPheaders or Ethereal.
HTH
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Yet Another Scraping Question
by Cody Pendant (Prior) on Apr 18, 2006 at 01:45 UTC | |
|
Re^2: Yet Another Scraping Question
by Cody Pendant (Prior) on Apr 18, 2006 at 02:09 UTC |