additional_plugins/serendipity_event_oembed/oembed/tests/YouTubeTest.php

13 lines
226 B
PHP
Raw Normal View History

2011-12-14 03:10:36 +01:00
<?
require_once(dirname(__FILE__) . '/../' . "config.php");
function testYoutubeProvider() {
$x = new YouTubeProvider('');
$obj = $x->provide("","object");
//print_r($obj);
print_r($obj->html);
}
testYoutubeProvider();