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

10 lines
236 B
PHP

<?php
namespace Embed\Providers\OEmbed;
class Youtube extends EndPoint implements EndPointInterface
{
protected static $pattern = ['*youtube.*', '*youtu\.be.*'];
protected static $endPoint = 'http://www.youtube.com/oembed';
}