watchlistarr
watchlistarr copied to clipboard
Add random parameter to RSS URLs overcome server-side caching
Description
Plex has added server-side caching to their watchlist RSS feeds, this change appends a parameter "r" to the RSS URL along with a random 10 character alphanumeric value to overcome this caching.
Summary by CodeRabbit
-
New Features
- Enhanced watchlist fetching by adding a random query parameter to improve request uniqueness.
-
Bug Fixes
- Improved handling of RSS feed requests, potentially optimizing server response and caching behavior.