YouTubeBridge Generates 75 Feeds Instead of Expected 10 - High Load Concerns
Describe the bug Encountered a bug in YouTubeBridge where it generates around 75 feeds instead of the expected 10, as mentioned in the bridge description. This has been causing excessive load on my single-board computer, and there's a concern about potential rate limiting and IP address ban due to the increased feed generation.
To Reproduce Steps to reproduce the behavior:
- Go to 'https://rss-bridge.org/bridge01/?action=display&bridge=YoutubeBridge&context=By+playlist+Id&p=PLmWa9ZZLlCjuDkfZe3Ptw5sTPSccz_8t6&duration_min=5&duration_max=&format=Html'
- YouTubeBridge generates more feeds than the expected 10.
Expected behavior Expected YouTubeBridge to generate exactly 10 feeds, as specified in the bridge description.
Additional context Attaching the JSON file that captures the output from the locally hosted RSS-Bridge, encompassing 75 feeds. YoutubeBridge.json
yes this is triggered by the duration_min parameters. it need to fetch each video separatively to find duration.
currently this is a bug with no fix.
well this is still a problem. high load and lots of http requests when specifying a min duration.