3
1
Back

$doc->createElement("div"); $para_element = $doc->createElement("p"); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // Questionable Content (cleanup elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Gunnerkrigg Court elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Three Panel Soul elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { // Softer World (alt tags we don't need to.

New Pull Request