3
1
Back

$this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } Dead Philosophers // Dead Philosophers elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get blog $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as.

New Pull Request