3
1
Back

$doc->createElement("img"); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // Pain Train (to get alt tags) elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'ENG_')]", $article); $article['content'] .= "

" .

New Pull Request