3
1
Back

/drumkit/commit/2bb058d5715f395d3571ea05d3008566787a2bdb">2bb058d5715f395d3571ea05d3008566787a2bdb elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $aftercomic = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } // Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } // Three Panel Soul $xpath = $this->get_xpath_dealie($article['link']); $article['content'] .

New Pull Request