3
1
Back

$this->get_xpath_dealie($article['link']); // Three Panel Soul elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Wondermark (alt tag elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // Awkward Zombie $orig_content = strip_tags($article['content.

New Pull Request