codeigniter-rssparser
codeigniter-rssparser copied to clipboard
A Easy to use RSS Parser Library (PHP, CodeIgniter)
I think you need to add $this->parse(); after function & getChannelData() statement to get RSS channel data
- https://sites.google.com/a/android.com/tools/recent/posts.xml - http://commonsware.com/blog/feed.atom
Could you please add Atom support? I've found that 'pubDate' parameter is empty for atom feeds. UPD: Some RSS feeds use "pubDate" instead of "published" or "updated", ex: http://www.developer.com/developer/iworld-ws-android.rss Fix...