watchlistarr icon indicating copy to clipboard operation
watchlistarr copied to clipboard

RSS Feeds now have pagination

Open nylonee opened this issue 8 months ago • 0 comments

In the past, RSS feeds only showed the last 50 items requested

However, they now use pagination, for example at the root level:

    "links": {
        "self": "https://rss.plex.tv/LINK?cursor=123"
        "next": "https://rss.plex.tv/LINK?cursor=456"
    },

We can use this to fetch far more watchlist items (potentially all items?). This speeds up the watchlistarr initial sync, as RSS is the superior choice for fetching content and aggregating it.

nylonee avatar Jun 22 '24 22:06 nylonee