3
1
Back

$this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = preg_replace("@@", '', $article['content']); } // Dead Philosophers $doc->loadHTML($article['content']); // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer.

New Pull Request