3
1
Back

// Chainsawsuit elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { // Breaking Cat News elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // PhD Unknown elseif (strpos($article["link"], "berkeleymews.com/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath.

New Pull Request