-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RedditBridge] Rewrite to use JSON #1781
Conversation
Great find, but I get some errors with the "selfhosted" example:
|
LGTM, but Travis complains about a function missing in PHP 7.2, which is already abandoned years ago: https://travis-ci.com/github/RSS-Bridge/rss-bridge/jobs/401740548#L556 |
Hi, @dawidsowa ! |
Ok, that fixes it. |
gj @dawidsowa ! |
Works well, thank you! How hard would it be to implement the same function for users also, e.g: |
Data structure seems to be the same, so it should be easy. |
Wonderful, looking forward, thanks @dawidsowa! |
It makes use of fact, that you can append
.json
to reddit url, to get it's JSON representation.For example https://reddit.com/r/selfhosted/.json.
It's works, but I'm not sure if I've taken care of all possible content.
Fixes #1525