gnu-social/vendor/embed/embed/src/Providers/OEmbed/Imgur.php

13 lines
258 B
PHP

<?php
namespace Embed\Providers\OEmbed;
class Imgur extends EndPoint implements EndPointInterface
{
protected static $pattern = [
'imgur.com/*',
'i.imgur.com/*',
];
protected static $endPoint = 'https://api.imgur.com/oembed';
}