3
1
Back

$this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } // Joy of Tech elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); // Drugs and Wires drugs & wires, pilotside elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { // CTRL+ALT+DEL Sillies elseif.

New Pull Request