3
1
Back

// Poorly Drawn Lines elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { //noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img_tag . $article['content']; // $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']//img[@class='comic']", $article); } // Drugs and Wires elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); Updated LICD, alter alt-textify.

New Pull Request