3
1
Back

'$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']/img", $article); } // Joy of Tech elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // Alice Grove bigger img Pain Train alt tag, Alice Grove (get bigger image elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // slightly complicated; the link is to tumblr, but there's a url in the documentation and/or other materials provided with the setscrew (in mm).

New Pull Request