3
1
Back

$this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { // Robot Hugs $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry) { // Three Panel Soul elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { //also append the blarg post because that's small, interesting, $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } } if(ADD_IDS){ $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } // Poorly Drawn Lines elseif (strpos($article["link.

New Pull Request