3
1
Back

'sp') and contains(@src, 'comics')]", $article); } // Least I Could Do (wtf image size?) $xpath = $this->get_xpath_dealie($article['link']); // Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); } Some comics.

New Pull Request