短縮URLを展開する 2012.01.28 2018.02.17 短縮URLを展開する。 import sys import urllib2 URL = "http://t.co/lWhYkfyK" url = urllib2.urlopen(URL).geturl() print url