3
1
Back

// Dilbert elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { // replace the

(containing project wonderful) with nothing $article['content'] = $this->get_img_tags($xpath, "//img[contains(@src, 'sp') and contains(@src, 'comics')]", $article); } // Eat That Toast bog-standard example if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $article['content'] = preg_replace("@@", '', $article['content']); } // Least I Could Do (wtf image size? Elseif.

New Pull Request