this post was submitted on 11 Aug 2024
18 points (100.0% liked)

Lemmy Support

157 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

Hi Lemmy friends,

Is there any way to have Lemmy's community RSS feeds provide more than 20 <item> tags at a time? Can I add a querystring variable to get the next page or two of data?

Background on what I'm trying to do: I run the Movie, TV and Game trailers community. I'd like to create a simple website / landing page that displays an ongoing roll of the latest/top/hot trailers posted to the community.

I can use the community's RSS feed for this, but the feed only includes a maximum of 20 entries (for an average end-to-end runtime of about one hour). I'd really like to get the next few pages of entries as well.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] pe1uca@lemmy.pe1uca.dev 7 points 1 month ago

I don't think RSS is suited for getting more than just the latest entries in a feed.
What you're looking for is handled by the API which includes pagination.