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

10 lines
239 B
PHP

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