Skip to content

Instantly share code, notes, and snippets.

@jorisroovers
Created September 26, 2013 13:58
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 jorisroovers/6714644 to your computer and use it in GitHub Desktop.
Save jorisroovers/6714644 to your computer and use it in GitHub Desktop.
import urllib
link = "http://www.somesite.com/details.pl?urn=2344"
f = urllib.urlopen(link)
myfile = f.read()
print myfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment