Skip to content

Commit

Permalink
Merge pull request #732 from sudhakarbx/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate json ld image property
  • Loading branch information
Kikobeats authored Dec 4, 2024
2 parents 749ed88 + d7850f6 commit 39322a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/metascraper-image/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = () => ({
toImage($ => $('meta[itemprop="image"]').attr('content')),
toImage($jsonld('image.0.url')),
toImage($jsonld('image.url')),
toImage($jsonld('image.url')),
toImage($jsonld('image')),
toImage($ => $filter($, $('article img[src]'), getSrc)),
toImage($ => $filter($, $('#content img[src]'), getSrc)),
Expand Down

0 comments on commit 39322a9

Please sign in to comment.