Skip to content

Commit 0ba0aab

Browse files
authored
Merge pull request #418 from kinglozzer/patch-1
fix(youtube): update YouTube endpoint to use https instead of http
2 parents f4ce26e + 7dc11da commit 0ba0aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/OEmbed/Youtube.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
class Youtube extends EndPoint implements EndPointInterface
66
{
77
protected static $pattern = ['*youtube.*', '*youtu\.be.*'];
8-
protected static $endPoint = 'http://www.youtube.com/oembed';
8+
protected static $endPoint = 'https://www.youtube.com/oembed';
99
}

0 commit comments

Comments
 (0)