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

10 lines
234 B
PHP

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