This is silly. Every time I try to download a group of images that have periods in the file name the images show as "invalid" after being downloaded and don't open properly on my machine. Never encountered this problem before. What gives? How do I work around this?
image_url = "http://somewebsite.com/images/icon.50.png"
urllib.urlretrieve(image_url, "icon.png")