RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
7.36k stars 1.04k forks source link

YouTubeBridge Generates 75 Feeds Instead of Expected 10 - High Load Concerns #3895

Open tillcash opened 10 months ago

tillcash commented 10 months ago

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:

  1. 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'
  2. 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

dvikan commented 9 months ago

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.

dvikan commented 7 months ago

well this is still a problem. high load and lots of http requests when specifying a min duration.