raviqqe / muffet

Fast website link checker in Go
MIT License
2.49k stars 96 forks source link

Support scraping opengraph/twitter meta tags #269

Closed azeemba closed 1 year ago

azeemba commented 1 year ago

<meta> tags with specific og: and twitter: properties that map to URLs are now fetched.

Specific properties that are supported are:

Fixes #268

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@a5b5bbc). Click here to learn what that means. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #269   +/-   ##
=======================================
  Coverage        ?   87.02%           
=======================================
  Files           ?       26           
  Lines           ?      709           
  Branches        ?        0           
=======================================
  Hits            ?      617           
  Misses          ?       75           
  Partials        ?       17           
Impacted Files Coverage Δ
link_finder.go 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

raviqqe commented 1 year ago

Thank you for your contribution!