3
1
Back

Probably won't need to call out for elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']//img[@class='comic']", $article); } .

New Pull Request