3
1
Back

$this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); // $article['content'] = $img_tag . $article['content']; } // Something Positive // Something Positive elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } elseif (strpos($title_text.

New Pull Request