3
1
Back

"//div[@id='content']/img", $article); } // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Poly In Pictures elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { // Alice Grove bigger img Pain Train alt tag, Alice Grove (get bigger image) elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) .

New Pull Request