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

10 lines
246 B
PHP

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