maddyblue / goread

RSS reader in go on app engine; formerly goread.io
ISC License
2.38k stars 294 forks source link

Support for shortcut icon link tag #22

Open jleclanche opened 11 years ago

jleclanche commented 11 years ago

https://github.com/mjibson/goread/blob/master/goapp/utils.go#L391 seems to only check for /favicon.ico. Several websites don't provide that, and instead provide a shortcut icon link tag. Example: http://www.questionablecontent.net/

Half my feeds are missing their icons because of it :)

xosevp commented 11 years ago

Maybe some code of these proyects can help: