shweshi / OpenGraph

A Laravel package to fetch Open Graph data of a website.
https://opengraph.shashi.dev
MIT License
158 stars 29 forks source link

Package not working on all website #29

Closed vtibo closed 5 years ago

vtibo commented 5 years ago

The package seems not to work with some website. for exemple this one : https://www.udemy.com/formation-a-la-photographie-pour-les-debutants/

I tried with other package and it seems to be a 403 error ... any clue on this ?

shweshi commented 5 years ago

Hi @vtibo thanks for pointing this out. I tried with the same URL. Looks like this URL as well as some other urls doesn't allow the scripts to fetch the data. The fix is to add the user-agent in the request headers. This issue is now fixed.

shweshi commented 5 years ago

Fixed in PR #31

vtibo commented 5 years ago

Big THX @shweshi