Fixe Veoh player:
Edit file
veoh.php
Replease all with
Code:
<?php
/**
* Veoh site configuration
*
* @version $Revision:108 $
* @modifiedby $LastChangedBy:digitallyepic_nix $
* @lastmodified $Date:2007-10-28 23:10:50 -0700 (Sun, 28 Oct 2007) $
*/
$info = array(
'idregex' => array(
'#http://(?:\w{3}\.|)veoh.com/browse/videos/category/(?:[a-z0-9_-]+)/watch/([\w\d]+)#i' => 1
),
'profile' => 'flash',
'width' => 1024,
'height' => 768,
'titleregex' => array('#\<title\>(.+)\<\/title\>#si' => 1),
'extension' => 'swf',
'loop' => 0,
'srcformat' => 'http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.3.11.1.1003&permalinkId=%s&player=videodetailsembedded&videoAutoPlay=0&id=anonymous',
'flashvar' => '',
'thumb' => ''
);
$regex_fields = array(
'idregex' => array('id', 'url'),
'titleregex' => array('title', 'content')
);
$format_fields = array(
'srcformat' => array('src', 'id')
);
?>