libwww-perl / WWW-Mechanize

Handy web browsing in a Perl object
https://metacpan.org/pod/WWW::Mechanize
Other
68 stars 52 forks source link

find links with the rel attribute to get favicons #305

Closed simbabque closed 3 years ago

simbabque commented 3 years ago

I saw https://stackoverflow.com/questions/63906976/find-favicons-in-html-using-perl and figured this is really something we should be able to do. Getting the favicon is a valid use-case, but so is getting all the non-follow links, or finding an author or licence that way. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel for more details.

oalders commented 3 years ago

Just uploaded this to CPAN. :)