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

10 lines
223 B
PHP

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