We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ce26e + 7dc11da commit 0ba0aabCopy full SHA for 0ba0aab
src/Providers/OEmbed/Youtube.php
@@ -5,5 +5,5 @@
5
class Youtube extends EndPoint implements EndPointInterface
6
{
7
protected static $pattern = ['*youtube.*', '*youtu\.be.*'];
8
- protected static $endPoint = 'http://www.youtube.com/oembed';
+ protected static $endPoint = 'https://www.youtube.com/oembed';
9
}
0 commit comments