Quote (carteblanche @ Apr 17 2015 10:59pm)
so i finally got around to writing my script to scrape audible's site for book info. for the most part it works well. then i realized the price info was missing. so i'm debugging it for 30 minutes and can't find out what's wrong. then i realize i'm testing it in my browser when i'm logged in, but my script doesn't have a login context. so i open up incognito mode, and sure enough, instead of giving me the price it says "Learn how to get this Free". fuark.
might switch to using python's mechanize. i found it's much easier when i need to actually log in.
Should of been using it from the start.
Or webdriver if you need javascript/ajax/other client side scripting support.