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.'


'; } $text = strip_tags($text, '

'); } $item['content'] = $text; return $item; } public function collectData(){ $this->collectExpandableDatas('http://feeds.gawker.com/gizmodo/full'); } }