array( 'name' => 'Feed sub-URL', 'type' => 'text', 'title' => 'Select the sub-feed (see https://www1.folha.uol.com.br/feed/)', 'exampleValue' => 'emcimadahora/rss091.xml', ) ) ); protected function parseItem($item){ $item = parent::parseItem($item); $articleHTMLContent = getSimpleHTMLDOMCached($item['uri']); if($articleHTMLContent) { foreach ($articleHTMLContent->find('div.c-news__body .is-hidden') as $toRemove) { $toRemove->innertext = ''; } $item_content = $articleHTMLContent->find('div.c-news__body', 0); if ($item_content) { $text = $item_content->innertext; $text = strip_tags($text, '