mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
3646809d06
* feat(route/rumble): add channel feed 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. * feat(route/rumble): add embed descriptions 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. * fix(route/rumble): align embed option with youtube 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. * fix(route/rumble): improve feed metadata 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. * fix(route/rumble): rely on default request headers * fix(route/rumble): update example channel * fix(route/rumble): prefer videos tab for channel feed * fix(route/rumble): address review comments * fix(route/rumble): parse current channel videos * fix(route/rumble): address review comments * fix(route/rumble): use cheerio api type * fix(route/rumble): default to noembed * fix(route/rumble): embed videos by default * fix(route/rumble): require explicit embed option --------- Co-authored-by: dw <dw@rss-rumble.17> Co-authored-by: dw <dw@rss_rumble.tp>