gnu-social/vendor/embed/embed/src/Providers/OEmbed/Soundcloud.php

10 lines
227 B
PHP

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