You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2020. It is now read-only.
SimplePie is not maintained anymore, last active commit phase was a year ago, last commit 6 months ago
From the roughly 4 pull requests that we sent none were merged nor did we receive any response from the developer
I've notified the developer of a serious XSS issue (had to use Twitter because there's no official way to do this) in their sanitizer which has not been fixed (half a year now?)
It uses a registry which is an antipattern (global)
Documentation is bad for replacing stuff like sanitation
You have to call methods on the main class after you call the constructor for configuration (woot?)
Init fetches the feed, if it fails it returns false. It is impossible to tell why it failed, it just returns false (exceptions, hello?)
So I think it's time to throw it out and replace it with something better.
Some alternative feed parsers that Ive found til now:
Why:
So I think it's time to throw it out and replace it with something better.
Some alternative feed parsers that Ive found til now:
Please review and post other rss/atom libs
Criteria:
@cosenal @icewind1991 @nerzhul
Choice: picoFeed
picoFeed seems to be the way to go just waiting for this issue to be resolved: https://github.com/fguillot/picoFeed/issues/46
Things to do afterwards: