this post was submitted on 18 Jul 2023
24 points (100.0% liked)

Reddit Migration

21 readers
2 users here now

### About Community Tracking and helping #redditmigration to Kbin and the Fediverse. Say hello to the decentralized and open future. To see latest reeddit blackout info, see here: https://reddark.untone.uk/

founded 1 year ago
 

There's still some subreddits I'd like to view as their communities haven't swapped over yet. Like you guys, I obviously don't want to support Reddit in any way shape or form. Surprisingly, they have not gutted RSS feeds yet. Simply add .rss at the end of the domain. Example

https://www.reddit.com/r/LocalLLaMA

becomes:

https://www.reddit.com/r/LocalLLaMA.rss

Which now works from your RSS reader, sees not ads, and can view without logging in. This also works in nsfw subreddits and apparently now "unverified" subreddits now. Depending on your RSS reader, it should also be able to grab images from posts as well. This bypass seems like an oversight for now, as this doesn't work from the API. Remember: Reddit can still go fuck themselves.

Another small PSA: This works for Lemmy communities as well!

you are viewing a single comment's thread
view the rest of the comments
[–] coldv@lemmy.world 1 points 1 year ago (2 children)

Oh I'm not aware of the comments one! Thank you!

[–] Crul@lemmy.world 2 points 1 year ago

Oh, I also forgot:

Very useful for moderators (of not-very-large subs).

[–] abff08f4813c@kbin.social 0 points 1 year ago (1 children)

Is there a way to take a url like old.reddit.com/r/sub/comments/abcdef/the_post_title/ and get the post text body and the comments (at lest the first couple of levels) via rss?

[–] Crul@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

The RSS Feed with the comments of a post is on [POST URL]/comments.rss. Example:

https://www.reddit.com/r/RedditAlternatives/comments/152prch/reddit_app_sucks_so_bad/comments.rss

The first entry is the post with the content and the next ones are the comments (all). Of course there is no nesting structure in the RSS, you need to go to reddit for that.

EDIT: There most probably be a limit in the number of elements of a feed, so if you try that with a post that already has a lot of comments, you will probably see only the last N ones. But if you add the RSS Feed of the comments of new post to your RSS Reader, it will most probably store all the elements over time, so you will have all of them there (and not only the last N ones).... unless the comments are posted too fast and/or the updating frequency of your RSS Reader is too slow.