Skip to content

Commit ba00b97

Browse files
committed
Added OEmbed Provider for Mixcloud.
1 parent 2c73fb7 commit ba00b97

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Providers/OEmbed/Mixcloud.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace Embed\Providers\OEmbed;
4+
5+
class Mixcloud extends EndPoint implements EndPointInterface
6+
{
7+
protected static $pattern = 'www.mixcloud.com/*/';
8+
protected static $endPoint = 'https://www.mixcloud.com/oembed/';
9+
}

0 commit comments

Comments
 (0)