3
1
Back

Design 744b72ef7e0d94fccfae99ec3cb3514981ac4616 0d3d72c49e606725216a5a9a4217e6c039d5a574 2bb058d5715f395d3571ea05d3008566787a2bdb elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); elseif (strpos($article['link'], 'questionablecontent') !== 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); .

New Pull Request