Skip to content

Instantly share code, notes, and snippets.

@edsu
Created November 18, 2010 15:12
Show Gist options
  • Save edsu/705099 to your computer and use it in GitHub Desktop.
Save edsu/705099 to your computer and use it in GitHub Desktop.
get id url
>>> import urllib
>>> r = urllib.urlopen('http://id.loc.gov/authorities/label/Soviet Union--History--1939-1945')
>>> r.url
'http://id.loc.gov/authorities/sh85125815#concept'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment