3
1
Back

$doc->createElement("p"); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath .

New Pull Request