This commit is contained in:
github-actions[bot]
2026-08-22 03:33:39 +00:00
parent 9ad3fc4776
commit bf1b93e5e6
6 changed files with 112 additions and 0 deletions
+3
View File
@@ -6557,6 +6557,9 @@
"/rule34video/latest": [
"ashi-koki"
],
"/rumble/c/:channel/:embed?": [
"luckycold"
],
"/rustcc/jobs": [
"CcccFz"
],
+6
View File
@@ -16840,6 +16840,12 @@
docs:"https://docs.rsshub.app/routes/multimedia",
source:[ "/latest-updates/" ],
target:"/rule34video/latest" } ] },
"rumble.com":{ _name:"Rumble",
".":[ { title:"Channel",
docs:"https://docs.rsshub.app/routes/multimedia",
source:[ "/c/:channel",
"/c/:channel/videos" ],
target:"/rumble/c/:channel" } ] },
"rustcc.cn":{ _name:"Rust 语言中文社区",
".":[ { title:"招聘",
docs:"https://docs.rsshub.app/routes/programming",
+14
View File
@@ -36505,6 +36505,20 @@
}
]
},
"rumble.com": {
"_name": "Rumble",
".": [
{
"title": "Channel",
"docs": "https://docs.rsshub.app/routes/multimedia",
"source": [
"/c/:channel",
"/c/:channel/videos"
],
"target": "/rumble/c/:channel"
}
]
},
"rustcc.cn": {
"_name": "Rust 语言中文社区",
".": [
+1
View File
@@ -2487,6 +2487,7 @@ export type RoutePath =
| `/ruc/ai/:category?`
| `/ruc/hr/:category?`
| `/rule34video/latest`
| `/rumble/c/:channel/:embed?`
| `/runyeah/`
| `/rustcc/jobs`
| `/rustcc/news`
+44
View File
@@ -94558,6 +94558,50 @@ export default {
"url": "rule34video.com",
"lang": "en"
},
"rumble": {
"routes": {
"/c/:channel/:embed?": {
"path": "/c/:channel/:embed?",
"categories": [
"multimedia"
],
"view": 3,
"name": "Channel",
"maintainers": [
"luckycold"
],
"example": "/rumble/c/MikhailaPeterson",
"parameters": {
"channel": "Channel slug from `https://rumble.com/c/<channel>`",
"embed": "Default to not embed the video, set to `embed` to enable embedding"
},
"description": "Fetches full Rumble video descriptions without embedding the player by default.",
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": true,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"rumble.com/c/:channel",
"rumble.com/c/:channel/videos"
],
"target": "/c/:channel"
}
],
"location": "channel.ts",
"module": () => import('@/routes/rumble/channel.ts')
}
},
"apiRoutes": {},
"name": "Rumble",
"url": "rumble.com",
"lang": "en"
},
"rustcc": {
"routes": {
"/jobs": {
+44
View File
@@ -94558,6 +94558,50 @@
"url": "rule34video.com",
"lang": "en"
},
"rumble": {
"routes": {
"/c/:channel/:embed?": {
"path": "/c/:channel/:embed?",
"categories": [
"multimedia"
],
"view": 3,
"name": "Channel",
"maintainers": [
"luckycold"
],
"example": "/rumble/c/MikhailaPeterson",
"parameters": {
"channel": "Channel slug from `https://rumble.com/c/<channel>`",
"embed": "Default to not embed the video, set to `embed` to enable embedding"
},
"description": "Fetches full Rumble video descriptions without embedding the player by default.",
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": true,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"rumble.com/c/:channel",
"rumble.com/c/:channel/videos"
],
"target": "/c/:channel"
}
],
"location": "channel.ts",
"module": "() => import('@/routes/rumble/channel.ts')"
}
},
"apiRoutes": {},
"name": "Rumble",
"url": "rumble.com",
"lang": "en"
},
"rustcc": {
"routes": {
"/jobs": {