jshemas / openGraphScraper

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

Option "headers" does not work in typescript #153

Closed AndreasFaust closed 1 year ago

AndreasFaust commented 1 year ago

The option "headers" does not exist in typescript, so using it throws an error. The headers are set for the request, though.

jshemas commented 1 year ago

Hello. Should be fixed in open-graph-scraper@5.0.2.

AndreasFaust commented 1 year ago

Indeed. Thank you!