3
1
Back

$article, "http://vgcats.com/comics/"); // Invisible Bread (make the bread visible $bread_page_url = $bread->getAttribute('href'); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than.

New Pull Request