codeigniter-rssparser icon indicating copy to clipboard operation
codeigniter-rssparser copied to clipboard

A Easy to use RSS Parser Library (PHP, CodeIgniter)

Results 4 codeigniter-rssparser issues
Sort by recently updated
recently updated
newest added

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...

Cleanup the code and improve functions.

enhancement