[Tutor] getting and storing favicon.ico

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Wed Aug 16 17:33:36 CEST 2006


>> i want to get the favicon.ico from the URL when a blog is added to
>> the aggregator
>
> I have no idea what this means.

Anil is referring to an icon image file that's often associated with web 
sites:

     http://en.wikipedia.org/wiki/Favicon

The Python Imaging Library (PIL) should be able to open .ICO files.  See:

     http://www.pythonware.com/products/pil/


More information about the Tutor mailing list