Labels Milestones
BackD="m -6.7913424,2.5590618 h -0.19685" d="m -3.5433111,11.318904 v 0.196852" d="m 3.5236169,5.9055122 h -0.19685" d="m 3.4251927,4.4291344 v 0.196852" d="m -6.7913424,11.41733 h -0.19685" d="m -6.8897674,11.318904 v 0.196852" d="m 3.5236219,3.1496062 h -0.19685" d="M 2.4803057,3.0511816 V 3.2480321" d="m 2.5787307,3.1496068 h -0.19685" d="M -5.3937043,2.4606366 V 2.6574871" d="m -4.3503976,2.5590618 h -0.19685" d="m -3.5433111,12.893708 v 0.19685" d="m -6.7913424,12.992133 h -0.19685" d="M -3.5433109,9.54725 V 9.744101" d="m -6.7913422,9.645676 h -0.19685" d="M -6.8897672,9.54725 V 9.744101" d="m -3.4448859,9.645676 h -0.19685" d="M -6.8897634,7.381896 V 7.5787465" d="m -6.7913384,7.4803212 h -0.19685" d="M -3.5433071,7.381896 V 7.5787465" d="m -6.7913384,7.4803212 h -0.19685" d="m -2.5590543,2.521019 v 0.07874" d="M 2.992121,8.8582675 H 2.913381" It's really just a borked RSS feed elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $article['content'] .= "
" . $entry->ownerDocument->saveXML($entry) . "
"; } } // Invisible Bread (make the bread visible elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); $alt_text = $entry->getAttribute('title'); $alt_text = trim($img->getAttribute('alt')); if (!$alt_text || $alt_text == $article['title'] || strpos($article['title'], $title_text) !== False) { if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $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) . ""; } } Clean up code formatting; added a few comics; standardized appending alt/title. New Pull Request