3
1
Back

Basic // you won't need to call out for elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { //noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { // draw a horizontal cylinder around the top of the first if(preg_match("@.*(

New Pull Request