3
1
Back

Pilotside 2018-11-20 08:29:13 -08:00 // Eat That Toast bog-standard example // Breaking Cat News elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // Drugs and Wires elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); .

New Pull Request