limesquid / favicon-thief

Find the best favicon for a given URL
MIT License
4 stars 0 forks source link

Probe HTML #20

Open kamilmielnik opened 1 year ago

kamilmielnik commented 1 year ago

Just like we don't download full icons (we probe-image-size them) we don't need to download complete HTML of a webpage. We need just the <head> and we can skip the <body> which is usually the big part.