3
1
Back

Toast bog-standard example if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // Poly In Pictures elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); // Drugs and Wires elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $article['content'] .= $aftercomic; } } // Cyanide & Happiness elseif (strpos($article['link.

New Pull Request