find('h3 a', 0)->href; $uri = 'https://rainbow6.ubisoft.com' . $uri; $item['uri'] = $uri; $item['title'] = $article->find('h3', 0)->plaintext; $item['content'] = $article->find('img', 0)->outertext . '
' . $article->find('strong', 0)->plaintext; $item['timestamp'] = strtotime($article->find('p.news_date', 0)->plaintext); $this->items[] = $item; } } }