From 6fbeb97b36d1b6553bfe205abfa9cef88efe99d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 04:20:39 +0000 Subject: [PATCH] deploy: 8c93911c7e4bcf2036387f0f4c0e825cbc85d6bc --- build/maintainers.json | 24 +++++- build/radar-rules.js | 26 ++++++- build/radar-rules.json | 60 ++++++++++++++ build/routes.json | 172 +++++++++++++++++++++++++++++++++++++++-- 4 files changed, 274 insertions(+), 8 deletions(-) diff --git a/build/maintainers.json b/build/maintainers.json index 66a25e95ae8bca..cbbfd389157592 100644 --- a/build/maintainers.json +++ b/build/maintainers.json @@ -198,6 +198,9 @@ "/5eplay/article": [ "Dlouxgit" ], + "/69shu/article/:id": [ + "eternasuno" + ], "/6park/:id?/:type?/:keyword?": [], "/6park/news/:site?/:id?/:keyword?": [], "/6v123/latestMovies": [ @@ -401,6 +404,11 @@ "/apkpure/versions/:pkg/:region?": [ "maple3142" ], + "/apnews/rss/:rss?": [ + "zoenglinghou", + "mjysci", + "TonyRL" + ], "/apnews/topics/:topic?": [ "zoenglinghou", "mjysci", @@ -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" ], @@ -2486,6 +2497,9 @@ "/gov/zj/search/:websiteid?/:word/:cateid?": [ "HaoyuLee" ], + "/gq/news": [ + "EthanWng97" + ], "/greasyfork/scripts/:script/feedback": [ "miles170" ], @@ -3288,7 +3302,10 @@ "/kepu/live": [ "nczitzk" ], - "/keylol*": [], + "/keylol/:path": [ + "nczitzk", + "kennyfong19931" + ], "/kimlaw/thesis": [ "TonyRL" ], @@ -3822,6 +3839,9 @@ "/newsmarket/:category?": [ "nczitzk" ], + "/newyorker/:category/:subCategory?": [ + "EthanWng97" + ], "/newzmz/:id?/:downLinkType?": [ "nczitzk" ], diff --git a/build/radar-rules.js b/build/radar-rules.js index 1c910f19f53f9b..42df85553f0009 100644 --- a/build/radar-rules.js +++ b/build/radar-rules.js @@ -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", @@ -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" } ] }, @@ -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", @@ -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", @@ -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", diff --git a/build/radar-rules.json b/build/radar-rules.json index 13f99ec9a46f57..3be106a94bf469 100644 --- a/build/radar-rules.json +++ b/build/radar-rules.json @@ -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": [ @@ -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", @@ -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", ".": [ @@ -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", ".": [ @@ -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 字幕组", ".": [ diff --git a/build/routes.json b/build/routes.json index bbf1fa8b466f19..21637b5f5f64b6 100644 --- a/build/routes.json +++ b/build/routes.json @@ -1848,6 +1848,44 @@ "name": "5EPLAY", "url": "csgo.5eplay.com" }, + "69shu": { + "routes": { + "/article/:id": { + "path": "/article/:id", + "name": "章节", + "url": "www.69shu.top", + "maintainers": [ + "eternasuno" + ], + "example": "/article/47117", + "parameters": { + "id": "小说 id, 可在对应小说页 URL 中找到" + }, + "categories": [ + "reading" + ], + "features": { + "requireConfig": false, + "requirePuppeteer": false, + "antiCrawler": false, + "supportBT": false, + "supportPodcast": false, + "supportScihub": false + }, + "radar": [ + { + "source": [ + "www.69shu.top/book/:id.htm" + ], + "target": "/article/:id" + } + ], + "location": "article.ts" + } + }, + "name": "69书吧", + "url": "69shu.top" + }, "6park": { "routes": { "/:id?/:type?/:keyword?": { @@ -4037,6 +4075,39 @@ }, "apnews": { "routes": { + "/rss/:rss?": { + "path": "/rss/:rss?", + "categories": [ + "traditional-media" + ], + "example": "/apnews/rss/business", + "parameters": { + "rss": "Route name from the first segment of the corresponding site, or `index` for the front page(default)." + }, + "features": { + "requireConfig": false, + "requirePuppeteer": false, + "antiCrawler": false, + "supportBT": false, + "supportPodcast": false, + "supportScihub": false + }, + "radar": [ + { + "source": [ + "apnews.com/:rss" + ], + "target": "/rss/:rss" + } + ], + "name": "RSS", + "maintainers": [ + "zoenglinghou", + "mjysci", + "TonyRL" + ], + "location": "rss.ts" + }, "/topics/:topic?": { "path": "/topics/:topic?", "categories": [ @@ -21878,7 +21949,10 @@ } ], "name": "Repo Pull Requests", - "maintainers": [], + "maintainers": [ + "hashman", + "TonyRL" + ], "location": "pulls.ts" }, "/pulse/:user/:repo/:period?": { @@ -24903,6 +24977,40 @@ ], "description": "
\n *业务咨询* 和 *投诉建议* 可用的站点参数\n\n | 上海市 | 北京市 | 天津市 | 河北省 |\n | -------- | ------- | ------- | ------ |\n | shanghai | beijing | tianjin | hebei |\n\n | 山西省 | 内蒙古自治区 | 辽宁省 | 吉林省 |\n | ------ | ------------ | -------- | ------ |\n | shanxi | neimenggu | liaoning | jilin |\n\n | 黑龙江省 | 江苏省 | 浙江省 | 安徽省 |\n | ------------ | ------- | -------- | ------ |\n | heilongjiang | jiangsu | zhejiang | anhui |\n\n | 福建省 | 江西省 | 山东省 | 河南省 |\n | ------ | ------- | -------- | ------ |\n | fujian | jiangxi | shandong | henan |\n\n | 湖北省 | 湖南省 | 广东省 | 广西壮族自治区 |\n | ------ | ------ | --------- | -------------- |\n | hubei | hunan | guangdong | guangxi |\n\n | 海南省 | 重庆市 | 四川省 | 贵州省 |\n | ------ | --------- | ------- | ------- |\n | hainan | chongqing | sichuan | guizhou |\n\n | 云南省 | 西藏自治区 | 陕西省 | 甘肃省 |\n | ------ | ---------- | ------- | ------ |\n | yunnan | xizang | shaanxi | gansu |\n\n | 青海省 | 宁夏回族自治区 | 新疆维吾尔自治区 | 大连市 |\n | ------- | -------------- | ---------------- | ------ |\n | qinghai | ningxia | xinjiang | dalian |\n\n | 宁波市 | 厦门市 | 青岛市 | 深圳市 |\n | ------ | ------ | ------- | -------- |\n | ningbo | xiamen | qingdao | shenzhen |\n
" }, + "gq": { + "routes": { + "/news": { + "path": "/news", + "categories": [ + "traditional-media" + ], + "example": "/gq/news", + "parameters": {}, + "features": { + "requireConfig": false, + "requirePuppeteer": false, + "antiCrawler": false, + "supportBT": false, + "supportPodcast": false, + "supportScihub": false + }, + "radar": [ + { + "source": [ + "gq.com/" + ] + } + ], + "name": "News", + "maintainers": [ + "EthanWng97" + ], + "location": "news.ts" + } + }, + "name": "GQ", + "url": "gq.com" + }, "greasyfork": { "routes": { "/scripts/:script/feedback": { @@ -32853,10 +32961,28 @@ }, "keylol": { "routes": { - "*": { - "path": "*", - "name": "Unknown", - "maintainers": [], + "/:path": { + "path": "/:path", + "name": "论坛", + "parameters": { + "path": "路径,默认为热点聚焦" + }, + "categories": [ + "game" + ], + "example": "/keylol/f161-1", + "radar": [ + { + "source": [ + "keylol.com/:path" + ] + } + ], + "maintainers": [ + "nczitzk", + "kennyfong19931" + ], + "description": ":::tip\n 若订阅 [热点聚焦](https://keylol.com/f161-1),网址为 `https://keylol.com/f161-1`。截取 `https://keylol.com/` 到末尾的部分 `f161-1` 作为参数,此时路由为 [`/keylol/f161-1`](https://rsshub.app/keylol/f161-1)。\n 若订阅子分类 [试玩免费 - 热点聚焦](https://keylol.com/forum.php?mod=forumdisplay&fid=161&filter=typeid&typeid=459),网址为 `https://keylol.com/forum.php?mod=forumdisplay&fid=161&filter=typeid&typeid=459`。提取`fid`及`typeid` 作为参数,此时路由为 [`/keylol/fid=161&typeid=459`](https://rsshub.app/keylol/fid=161&typeid=459)。注意不要包括`filter`,会调用[全局的内容过滤](https://docs.rsshub.app/guide/parameters#filtering)。\n :::", "location": "index.ts" } }, @@ -38234,6 +38360,42 @@ "name": "上下游 News&Market", "url": "newsmarket.com.tw" }, + "newyorker": { + "routes": { + "/:category/:subCategory?": { + "path": "/:category/:subCategory?", + "categories": [ + "traditional-media" + ], + "example": "/newyorker/everything", + "parameters": { + "category": "rss category. can be found at `https://www.newyorker.com/about/feeds`" + }, + "features": { + "requireConfig": false, + "requirePuppeteer": false, + "antiCrawler": false, + "supportBT": false, + "supportPodcast": false, + "supportScihub": false + }, + "radar": [ + { + "source": [ + "newyorker.com/feed/:category/:subCategory?" + ] + } + ], + "name": "The New Yorker", + "maintainers": [ + "EthanWng97" + ], + "location": "news.ts" + } + }, + "name": "New Yorker", + "url": "newyorker.com" + }, "newzmz": { "routes": { "/:id?/:downLinkType?": {