Explain why multireddits are better than separate rss feeds.

[minor]
master
Ethan Dalool 2020-11-11 15:27:42 -08:00
parent 8dc7cfa21b
commit e4501b37c5
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ The RSS URL for a multireddit is `https://www.reddit.com/user/username/m/multina
On [reddit.com/prefs/feeds](https://old.reddit.com/prefs/feeds/) you'll find some RSS links that use a static token in the URL to act as the authentication, so you don't have to provide login credentials in your client. It turns out, the token is the same for all of the feeds, and you can use it on the multireddit feed too.
Just use `https://www.reddit.com/user/username/m/multiname/new.rss?feed=XXXXXXX&user=username` and you're good to go.
Since a single multireddit can aggregate up to 100 subreddits, you can save yourself and reddit up to 99 web requests per refresh by doing it this way.