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

10 lines
221 B
PHP

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