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.
2 parents f944eef + 22ae75d commit 5028323Copy full SHA for 5028323
src/Providers/OEmbed/Youtube.php
@@ -6,7 +6,7 @@
6
7
class Youtube extends EndPoint implements EndPointInterface
8
{
9
- protected static $pattern = ['*youtube.*', '*youtu\.be.*'];
+ protected static $pattern = ['*youtube.*', '*youtu.be*'];
10
protected static $endPoint = 'https://www.youtube.com/oembed';
11
12
public static function create(Adapter $adapter)
0 commit comments