3
1
Back

// Doghouse Diaries, which has broken alt tags elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { // Invisible Bread (make the bread visible) elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { // Doghouse Diaries, which has broken alt tags textified. $alt_element = $doc->createElement("i", $title_text); } elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { //noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Camp Weedonwantcha foreach ($entries as $entry){ $article['content'] .= "

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

"; } } // Timothy Winchester (People I Know elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { //also append the blarg post because that's small, interesting, $entries = $xpath->query("//div[@id='comic-notes']"); foreach ($entries as $entry) { $article['content'] .= "

" . $entry->textContent . "

"; $article['content'] .= "Alt: " . $img->getAttribute('title') . ""; } } return $result_html; } function init($host) { * When debugging.

New Pull Request