Soshot/vendor/embed/embed/src/Providers/OEmbed/Soundcloud.php

10 lines
226 B
PHP

<?php
namespace Embed\Providers\OEmbed;
class Soundcloud extends EndPoint implements EndPointInterface
{
protected static $pattern = 'soundcloud.com/*';
protected static $endPoint = 'http://soundcloud.com/oembed';
}