3
1
Back

If they're disqualified for some reason, like if 5 PCBs cost >$150; no need to mess with them. // this is far simpler than this // only keep everything starting at the first if(preg_match("@.*()@", $article['content'], $matches)){ $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } // Three Panel Soul * Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // only keep everything starting at the first elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article.

New Pull Request