node-open-graph
node-open-graph copied to clipboard
An Open Graph implementation for Node.js.
Can we bump some dependencies? https://github.com/advisories/GHSA-rp65-9cf3-cjxr
add the attribute` rejectUnauthorized: false,` to request
I think it should redirect you to the new adress
At the moment for any Twitter URL the only thing that is being returned is: ```json { "site_name": "Twitter", "title": "" } ``` Probably something changed on the Twitter side.
Some sites recognize the requests from this module as robot requests and respond with a stripped down version of the page which is missing og data. Examples: https://www.sciencedaily.com/releases/2016/03/160310082606.htm
First, just want to quickly say thanks for this great module. For the project I'm working on, I'd like to display the author. This isn't strictly "og", but should be...
Some Chinese website use GBK as charset, such as: http://v.163.com/movie/2014/7/0/E/M9UR06H6C_M9UR4JA0E.html node-open-graph will get unreadable values.
`If Open Graph data isn't present, scrap img elements and document titles off the page.` I am interested in developing and adding this feature for usage by the startup I...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...