oscarotero / Embed

Get info from any web service or page
MIT License
2.09k stars 310 forks source link

Error: Resolving timed out after 10001 milliseconds with redirected "short link" #389

Open AxelBriche opened 4 years ago

AxelBriche commented 4 years ago

When I give a short url who are redirected (as a shared youtube link by example):

$embed = new Embed();
$info = $embed->get('https://youtu.be/a7_D1qlwOp0');

I have this error:

Resolving timed out after 10000 milliseconds

oscarotero commented 4 years ago

This url works fine in the demo (https://oscarotero.com/embed/demo/index.php?url=https%3A%2F%2Fyoutu.be%2Fa7_D1qlwOp0) so maybe the problem is not related with this library.