3
1
Back

Textified. Elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { // Two Lumps // Breaking Cat News // Breaking Cat News elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // $xpath .

New Pull Request