Open GoogleCodeExporter opened 8 years ago
On/around line 39:
$xmlContent =
$xml->getElementsByTagNameNS("http://search.yahoo.com/mrss/","content");
if(!$xmlContent->length){
throw new Exception404("Requested video cannot be embedded");
}
$med_content_url = $xmlContent->item(0)->getAttribute("url");
Original comment by martin.s...@gmail.com
on 11 Oct 2008 at 8:26
Original issue reported on code.google.com by
bcy...@gmail.com
on 3 Aug 2008 at 3:56