maintainer = "Daiyousei"; $this->name = "Frandroid"; $this->uri = "http://www.frandroid.com/"; $this->description = "Returns the RSS feed from Frandroid (full text articles)"; $this->update = "2015-03-05"; } public function collectData(array $param) { function FrandroidStripCDATA($string) { $string = str_replace('', '', $string); return $string; } function FrandroidExtractContent($url) { $html2 = file_get_html($url); $html3 = $html2->find('div.post-content', 0); $html3->find('div.no-sidebar-ad-top', 0)->outertext = ''; $ret = $html3->find('div.shortcode-container'); foreach ($ret as $value) { $value->outertext = ''; } $html3->find('div#hrr-link', 0)->outertext = ''; $text = $html3->innertext; $text = strip_tags($text, '