3
1
Back

Joy of Tech elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { //also get the blog $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } // Three Panel Soul elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // replace the (containing project wonderful) with nothing $article['content'] = preg_replace("@@", '', $article['content']); Clean up code formatting; added a few more 'simple' Unseen Servant 1 year Overview 0 Active.

New Pull Request