Skip to content

Commit

Permalink
deploy: 8c93911
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 4, 2024
1 parent 2ef08b4 commit 6fbeb97
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 8 deletions.
24 changes: 22 additions & 2 deletions build/maintainers.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
"/5eplay/article": [
"Dlouxgit"
],
"/69shu/article/:id": [
"eternasuno"
],
"/6park/:id?/:type?/:keyword?": [],
"/6park/news/:site?/:id?/:keyword?": [],
"/6v123/latestMovies": [
Expand Down Expand Up @@ -401,6 +404,11 @@
"/apkpure/versions/:pkg/:region?": [
"maple3142"
],
"/apnews/rss/:rss?": [
"zoenglinghou",
"mjysci",
"TonyRL"
],
"/apnews/topics/:topic?": [
"zoenglinghou",
"mjysci",
Expand Down Expand Up @@ -2140,7 +2148,10 @@
"/github/notifications": [
"zhzy0077"
],
"/github/pull/:user/:repo/:state?/:labels?": [],
"/github/pull/:user/:repo/:state?/:labels?": [
"hashman",
"TonyRL"
],
"/github/pulse/:user/:repo/:period?": [
"jameschensmith"
],
Expand Down Expand Up @@ -2486,6 +2497,9 @@
"/gov/zj/search/:websiteid?/:word/:cateid?": [
"HaoyuLee"
],
"/gq/news": [
"EthanWng97"
],
"/greasyfork/scripts/:script/feedback": [
"miles170"
],
Expand Down Expand Up @@ -3288,7 +3302,10 @@
"/kepu/live": [
"nczitzk"
],
"/keylol*": [],
"/keylol/:path": [
"nczitzk",
"kennyfong19931"
],
"/kimlaw/thesis": [
"TonyRL"
],
Expand Down Expand Up @@ -3822,6 +3839,9 @@
"/newsmarket/:category?": [
"nczitzk"
],
"/newyorker/:category/:subCategory?": [
"EthanWng97"
],
"/newzmz/:id?/:downLinkType?": [
"nczitzk"
],
Expand Down
26 changes: 25 additions & 1 deletion build/radar-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@
source:[ "/",
"/article" ],
target:"/5eplay/article" } ] },
"69shu.top":{ _name:"69书吧",
www:[ { title:"章节",
docs:"https://docs.rsshub.app/routes/reading",
source:[ "/book/:id.htm" ],
target:"/69shu/article/:id" } ] },
"6parkbbs.com":{ _name:"留园网",
club:[ { title:"Unknown",
docs:"https://docs.rsshub.app/routes/other",
Expand Down Expand Up @@ -445,7 +450,11 @@
"/" ],
target:"/annualreviews/:id" } ] },
"apnews.com":{ _name:"AP News",
".":[ { title:"Topics",
".":[ { title:"RSS",
docs:"https://docs.rsshub.app/routes/traditional-media",
source:[ "/:rss" ],
target:"/apnews/rss/:rss" },
{ title:"Topics",
docs:"https://docs.rsshub.app/routes/traditional-media",
source:[ "/hub/:topic" ],
target:"/apnews/topics/:topic" } ] },
Expand Down Expand Up @@ -2821,6 +2830,11 @@
docs:"https://docs.rsshub.app/routes/government",
source:[ "/jsearchfront/search.do" ],
target:"/gov/zj/search/:websiteid?/:word/:cateid?" } ] },
"gq.com":{ _name:"GQ",
".":[ { title:"News",
docs:"https://docs.rsshub.app/routes/traditional-media",
source:[ "/" ],
target:"/gq/news" } ] },
"greasyfork.org":{ _name:"Greasy Fork",
".":[ { title:"Script Feedback",
docs:"https://docs.rsshub.app/routes/program-update",
Expand Down Expand Up @@ -3746,6 +3760,11 @@
docs:"https://docs.rsshub.app/routes/new-media",
source:[ "/replay/index" ],
target:"/kepu/live" } ] },
"keylol.com":{ _name:"其乐",
".":[ { title:"论坛",
docs:"https://docs.rsshub.app/routes/game",
source:[ "/:path" ],
target:"/keylol(params,url)=>url.replaceAll(\"forum.php?\",\"\")" } ] },
"kimlaw.or.kr":{ _name:"The Korea Institute of Marine Law",
".":[ { title:"Thesis",
docs:"https://docs.rsshub.app/routes/study",
Expand Down Expand Up @@ -4346,6 +4365,11 @@
source:[ "/blog/category/:category",
"/" ],
target:"/newsmarket/:category?" } ] },
"newyorker.com":{ _name:"New Yorker",
".":[ { title:"The New Yorker",
docs:"https://docs.rsshub.app/routes/traditional-media",
source:[ "/feed/:category/:subCategory" ],
target:"/newyorker/:category/:subCategory?" } ] },
"newzmz.com":{ _name:"NEW 字幕组",
".":[ { title:"指定剧集",
docs:"https://docs.rsshub.app/routes/multimedia",
Expand Down
60 changes: 60 additions & 0 deletions build/radar-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,19 @@
}
]
},
"69shu.top": {
"_name": "69书吧",
"www": [
{
"title": "章节",
"docs": "https://docs.rsshub.app/routes/reading",
"source": [
"/book/:id.htm"
],
"target": "/69shu/article/:id"
}
]
},
"6parkbbs.com": {
"_name": "留园网",
"club": [
Expand Down Expand Up @@ -1018,6 +1031,14 @@
"apnews.com": {
"_name": "AP News",
".": [
{
"title": "RSS",
"docs": "https://docs.rsshub.app/routes/traditional-media",
"source": [
"/:rss"
],
"target": "/apnews/rss/:rss"
},
{
"title": "Topics",
"docs": "https://docs.rsshub.app/routes/traditional-media",
Expand Down Expand Up @@ -6494,6 +6515,19 @@
}
]
},
"gq.com": {
"_name": "GQ",
".": [
{
"title": "News",
"docs": "https://docs.rsshub.app/routes/traditional-media",
"source": [
"/"
],
"target": "/gq/news"
}
]
},
"greasyfork.org": {
"_name": "Greasy Fork",
".": [
Expand Down Expand Up @@ -8595,6 +8629,19 @@
}
]
},
"keylol.com": {
"_name": "其乐",
".": [
{
"title": "论坛",
"docs": "https://docs.rsshub.app/routes/game",
"source": [
"/:path"
],
"target": "/keylol(params,url)=>url.replaceAll(\"forum.php?\",\"\")"
}
]
},
"kimlaw.or.kr": {
"_name": "The Korea Institute of Marine Law",
".": [
Expand Down Expand Up @@ -9987,6 +10034,19 @@
}
]
},
"newyorker.com": {
"_name": "New Yorker",
".": [
{
"title": "The New Yorker",
"docs": "https://docs.rsshub.app/routes/traditional-media",
"source": [
"/feed/:category/:subCategory"
],
"target": "/newyorker/:category/:subCategory?"
}
]
},
"newzmz.com": {
"_name": "NEW 字幕组",
".": [
Expand Down
Loading

0 comments on commit 6fbeb97

Please sign in to comment.