3
1
Back

407 lines elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // slightly complicated; the link is to tumblr, but there's a url in the post that we want $url_xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; // Cyanide & Happiness elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $doc .

New Pull Request