Add multireddit_rss.md.

master
Ethan Dalool 2020-11-01 00:01:56 -07:00
parent 6363e0f3ab
commit d5356b0b07
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
RSS from private multireddits
=============================
The RSS URL for a multireddit is `https://www.reddit.com/user/username/m/multiname/new.rss`. But, putting this into your RSS client without making the multi public will yield a 404.
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.