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 2c73fb7 commit ba00b97Copy full SHA for ba00b97
src/Providers/OEmbed/Mixcloud.php
@@ -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