3
1
Back

Penny Arcade if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // Chainsawsuit elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Assorted updates elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='singleImage']/img[@class='magicfields']", $article); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } Assorted updates elseif (strpos($article['link'], 'wondermark.com/c') !== FALSE) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Breaking Cat News // Something Positive if (!$alt_text){ Added BCN.

New Pull Request