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

10 lines
235 B
PHP

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