Skip to content

Commit

Permalink
Merge pull request #418 from kinglozzer/patch-1
Browse files Browse the repository at this point in the history
fix(youtube): update YouTube endpoint to use https instead of http
  • Loading branch information
oscarotero committed Dec 16, 2020
2 parents f4ce26e + 7dc11da commit 0ba0aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/OEmbed/Youtube.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
class Youtube extends EndPoint implements EndPointInterface
{
protected static $pattern = ['*youtube.*', '*youtu\.be.*'];
protected static $endPoint = 'http://www.youtube.com/oembed';
protected static $endPoint = 'https://www.youtube.com/oembed';
}

0 comments on commit 0ba0aab

Please sign in to comment.