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

10 lines
228 B
PHP

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