3
1
Back

Unescape move bugs to md file to be fixed elsewhere elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get the blog //also get the blog $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry){ $article['content'] .= "" . $entry->textContent . "

"; } } // replace the (containing project wonderful) with nothing $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = $img_tag . $article['content']; if (!count($entries)) { $scheme = "https"; From ec09111f772901dd7c3cd7f4b2eb510ce7b1288e Mon Sep 17 00:00:00 2001 Subject: [PATCH] drugs & wires, pilotside 2018-11-20 08:29:13 -08:00 // Poorly Drawn Lines elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { if ($title_text == $article['title'] || strpos($article['title'], $title_text) !== false){ // there's both alt and title texts, they're both different, use both. $title_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } $img->parentNode->replaceChild($new_element, $img); } function hook_render_article($article) { return $this->mangle_article($article); } function get_content($link) { $html = fetch_file_contents($link); Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images.

New Pull Request