jshemas / openGraphScraper

Node.js scraper service for Open Graph Info and More!
MIT License
668 stars 105 forks source link

feat: add og:image:alt support #213

Closed totto2727 closed 7 months ago

totto2727 commented 7 months ago

Overview

Currently, there is no support for og:image:alt.

It seems that og:image:alt is included as part of the OGP specification, as far as I can confirm from the following

https://ogp.me/

I have added the og:image:alt parsing process and modified the tests accordingly.

Please let me know if there are any missing fixes!

jshemas commented 7 months ago

Thanks for the pull request! I think this is great add.

jshemas commented 7 months ago

changes are live in open-graph-scraper@6.5.0