getSimpleHTMLDOMCached($item['uri']); if(!$articleHTMLContent){ $text = 'Could not load '.$item['uri']; }else{ $text = $articleHTMLContent->find('div.entry-content', 0)->innertext; foreach($articleHTMLContent->find('pagespeed_iframe') as $element) { $text .= '
link to a iframe (could be a video): '.$element->src.'