3
1
Back

$article); Invisible Bread, Softer World (alt tags we don't need to call out for) elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']//img[@class='comic']", $article); elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { //noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] .

New Pull Request