web scraping - apple store showing different page in wget -


istore.apple.com live url different url downloaded using wget

open url in browser

https://itunes.apple.com/us/genre/ios-games-action/id7001?mt=8&letter=a

you see pagination pages 1,2,3 etc(a selected).

but when download page using wget

wget https://itunes.apple.com/us/genre/ios-games-action/id7001?mt=8&letter=a

after downloading in system open file see different page(you not see selected , pagination pages not there).

why happens , how original page??

i tried

wget "https://itunes.apple.com/us/genre/ios-games-action/id7001?mt=8&letter=a" 

it worked me


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -