3
1
Back

Visible) $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Dilbert 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']/img", $article); elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { //also append the blarg.

New Pull Request