Reputation: 10393
I'm scraping a page from links created out from numbers,
www.some_page.com/some_number
when the pages exist the url changes, when I try:
response.request.url
I don't get the:
www.some_page.com/some_number
That I'm using to make the search, so I lost the number I'm using to get the page, I need to keep this number to match the data again.
How can I pass some value, the number in this as an argument when I make the request and get it back in the response?
Upvotes: 0
Views: 85