3
1
Back

$article['content'], $matches)){ $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // } // Awkward Zombie elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // CTRL+ALT+DEL // Three Panel Soul elseif (strpos($article['link.

New Pull Request