3
1
Back

"//div[@class='comicpage']//img[contains(@src, 'uploads')]", $article); } // Dilbert // Dilbert elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // CTRL+ALT+DEL Sillies // Two Lumps elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); Assorted updates elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { // Chainsawsuit // Poorly Drawn Lines elseif (strpos($article["link"], "trenchescomic.com/comic/post.

New Pull Request