feed-normalizer
feed-normalizer copied to clipboard
Extensible Ruby wrapper for Atom and RSS parsers
Hello, I've aggregating two feeds and sorting them by date. Here's the code: ``` ruby feeds = [ 'http://blog.woralelandia.com/tag/mi-musica/feed/', 'http://mexicoindie.net/feed/' ] stories = [] feeds.each do |f| feed = FeedNormalizer::FeedNormalizer.parse...
any chance you can update the current gem on rubygems.org? The latest gem only has changes up until January 2010.
I ran into this while processing a twitter feed where someone had managed to inject new-line characters into the tweet. Here's the content in question: "AppWireless: The following stores will...
No movement here in well over a decade, so I'm going to make this a simple FYI bug report + workaround patch rather than a proper fix + pull request...