Labels Milestones
BackImage. Elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { //noop elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; $img = $matches[1]; $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $article['content'] .= "
" . $msg . ""; } } // Something Positive 2015-02-23 19:36:05 -08:00 main arrasta/README.md 0 lines Latest commits for branch.