mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
deploy: 3646809d06
This commit is contained in:
@@ -6557,6 +6557,9 @@
|
||||
"/rule34video/latest": [
|
||||
"ashi-koki"
|
||||
],
|
||||
"/rumble/c/:channel/:embed?": [
|
||||
"luckycold"
|
||||
],
|
||||
"/rustcc/jobs": [
|
||||
"CcccFz"
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 语言中文社区",
|
||||
".": [
|
||||
|
||||
@@ -2487,6 +2487,7 @@ export type RoutePath =
|
||||
| `/ruc/ai/:category?`
|
||||
| `/ruc/hr/:category?`
|
||||
| `/rule34video/latest`
|
||||
| `/rumble/c/:channel/:embed?`
|
||||
| `/runyeah/`
|
||||
| `/rustcc/jobs`
|
||||
| `/rustcc/news`
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user