Skip to content

Commit

Permalink
Merge pull request #148 from ricocrivelli/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco authored Apr 19, 2024
2 parents c469276 + 6880a38 commit 2fb15b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Additionally, you can pass an options object which should add more functionality
getLinkPreview("https://www.youtube.com/watch?v=MejbOFk7H6c", {
imagesPropertyType: "og", // fetches only open-graph images
headers: {
"user-agent": "googlebot" // fetches with googlebot crawler user agent
"user-agent": "googlebot", // fetches with googlebot crawler user agent
"Accept-Language": "fr-CA", // fetches site for French language
// ...other optional HTTP request headers
},
Expand Down

0 comments on commit 2fb15b4

Please sign in to comment.