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

10 lines
223 B
PHP
Raw Normal View History

2019-11-16 16:51:01 +00:00
<?php
namespace Embed\Providers\OEmbed;
class Vimeo extends EndPoint implements EndPointInterface
{
protected static $pattern = ['vimeo.com/*'];
protected static $endPoint = 'https://vimeo.com/api/oembed.json';
}