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'); } public function getCacheDuration(){ return 1800; // 30min } }