We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ce26e commit 7dc11daCopy full SHA for 7dc11da
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