3
1
Back

(strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); .

New Pull Request