feat(route/rumble): add channel feed#21545
Conversation
|
Successfully generated as following: http://localhost:1200/rumble/c/MikhailaPeterson - Failed ❌http://localhost:1200/rumble/c/MikhailaPeterson/noembed - Failed ❌ |
|
I tested this route locally and it returns valid results there, but the GitHub Actions fails on the request to |
Auto ReviewNo clear rule violations found in the current diff. |
|
Successfully generated as following: http://localhost:1200/rumble/c/MikhailaPeterson - Failed ❌http://localhost:1200/rumble/c/MikhailaPeterson/noembed - Failed ❌ |
|
Successfully generated as following: http://localhost:1200/rumble/c/MikhailaPeterson - Failed ❌http://localhost:1200/rumble/c/MikhailaPeterson/noembed - Failed ❌ |
|
Successfully generated as following: http://localhost:1200/rumble/c/MikhailaPeterson - Failed ❌http://localhost:1200/rumble/c/MikhailaPeterson/noembed - Failed ❌ |
|
I realize, I should also clarify. The reason for no API usage is because Rumble doesn't seem to offer a web API for listing all the videos reliably. If it comes to my attention an area where it does I'd love to rewrite this since the site does often update their formatting. I'm happy to fix it if it does in the mean time though. |
Add a Rumble channel route so channel videos can be subscribed to through RSSHub. Use stable server-rendered selectors and normalized item URLs to keep feed entries consistent.
Add full Rumble video descriptions to channel feeds and expose an /embed route variant for readers that support iframe players. Keep the default route image-based while deriving stable embed URLs from each video page.
Match YouTube's optional embed parameter behavior so the default feed includes embedded players and any trailing path segment disables embedding. Keep full Rumble video descriptions in both output modes.
Use structured detail-page data for Rumble descriptions and fallback thumbnails while keeping the channel listing on stable server-rendered markup. Limit detail fetch concurrency so the route is less likely to trip anti-bot protections.
|
Successfully generated as following: http://localhost:1200/rumble/c/MikhailaPeterson - Failed ❌http://localhost:1200/rumble/c/MikhailaPeterson/noembed - Failed ❌ |



Involved Issue / 该 PR 相关 Issue
No issue involved. This was just something I wanted and thought others might like too.
Example for the Proposed Route(s) / 路由地址示例
New RSS Route Checklist / 新 RSS 路由检查表
PuppeteerNote / 说明
This adds a Rumble route that keeps the channel listing on server-rendered markup while using structured detail-page data for fallback descriptions and thumbnails. It also adds standard
imageoutput and limits detail-page fetch concurrency to reduce anti-bot risk.