3
1
Back

"//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); // $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } */ // Girls with Slingshots * Three Panel Soul $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $doc->saveXML(); } // Joy of Tech elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { //also append the blarg post because that's small, interesting, //also append the blarg post because that's small, interesting, $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content.

New Pull Request