parseRSS_2_0_Item($newsItem); $articlePage = $this->get_cached($item['uri']); $content = $articlePage->find('.post-container', 0); $item['content'] = $content->innertext; return $item; } }