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

10 lines
235 B
PHP
Raw Normal View History

2018-09-26 09:20:09 +02:00
<?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/';
}