3
1
Back

Research Added four noteworthy fabs fcf4fb3bc8 Invisible Bread, Softer World (alt tags), Dinosaur Comics Cleanup elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); //and sometimes necessary for old fogeys like me to get what game it's about $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $article['content'] .= "" . $entry->textContent . "

"; } } Clean up code formatting; added a few comics; standardized appending alt/title text under images.

New Pull Request