Skip to content

Instantly share code, notes, and snippets.

@pudquick
Created March 7, 2013 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pudquick/5112972 to your computer and use it in GitHub Desktop.
Save pudquick/5112972 to your computer and use it in GitHub Desktop.
import urllib2, json
opener = urllib2.build_opener()
opener.addheaders = [('x-requested-with', 'XMLHttpRequest')]
adobe_info = json.loads(opener.open('http://get.adobe.com/reader/webservices/json/standalone/?platform_type=Macintosh&platform_dist=OSX&platform_arch=x86-32&platform_misc=10.8.0&language=English&eventname=readerotherversions').read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment