3
1
Back

"//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); // Three Panel Soul // Two Lumps elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } // Three Panel Soul elseif.

New Pull Request