openGraphScraper
openGraphScraper copied to clipboard
Node.js scraper service for Open Graph Info and More!
**Is your feature request related to a problem? Please describe.** Love the product, but would love to run in docker and access via simple API rather than run locally. **Describe...
**Describe the bug** There is a regression in `^6.6` for Tyepscript users.  We had to downgrade to `^6.5` to transpile properly  **To Reproduce** Use `^6.6` and build `$...
We upgraded from 6.5.0 to 6.6.3 and now we get the following error on localhost, didn't test it in prod. ``` await ogs({ url: 'xyz' }) { error: true, result:...
**Is your feature request related to a problem? Please describe.** If the address contains non-english, return the following error. ` result: { success: false, requestUrl: 'velog.io/@skynet/오픈소스-기여-입문', error: 'Cannot convert argument...
**Describe the bug** JSON.parse errors are not handled correctly, causing error result to be thrown rather than returned in the Promise. **To Reproduce** Try it on the html output of...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
I'm trying to get open-graph-scraper to return OG images for a Loom video. E.g.: if I call the below function with the URL `https://www.loom.com/share/473fad25ebd24b5ea8091503253dfecf`, ``` 'use server' import ogs from...
**Is your feature request related to a problem? Please describe.** When i want request favicon i got error because url is not absolute **Describe the solution you'd like** I can...