badoux / goscraper

Golang pkg to quickly return a preview of a webpage (title/description/images)
MIT License
108 stars 38 forks source link

fix: icon links are no only with exact rel="ico" #9

Closed luchoman08 closed 5 years ago

luchoman08 commented 5 years ago

Some pages now have icons in links with rel="shortcut icon" for example, actually only when rel is exactly equal to icon the app is extracting it.