mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 09:52:21 +08:00
docs: update github id (#13994)
refs: https://github.com/DIYgod/RSSHub/pull/12087
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module.exports = {
|
||||
'/blog/:category?': ['nczitzk'],
|
||||
'/category/:id?/:type?/:order?': ['nczitzk'],
|
||||
'/offer/:year?/:major?/:school?': ['NavePnow'],
|
||||
'/post/:type?/:order?': ['NavePnow', 'DIYgod', 'nczitzk'],
|
||||
'/offer/:year?/:major?/:school?': ['EthanWng97'],
|
||||
'/post/:type?/:order?': ['EthanWng97', 'DIYgod', 'nczitzk'],
|
||||
'/section/:id?/:type?/:order?': ['nczitzk'],
|
||||
'/user/:id/posts': ['Maecenas'],
|
||||
'/user/:id/threads': ['Maecenas'],
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
'/awsblogs/:locale?': ['HankChow'],
|
||||
'/kindle/software-updates': ['NavePnow'],
|
||||
'/kindle/software-updates': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
'/new-arrivals/:country/:gender': ['NavePnow'],
|
||||
'/outlet/:country/:gender': ['NavePnow'],
|
||||
'/regear/new-arrivals': ['NavePnow'],
|
||||
'/new-arrivals/:country/:gender': ['EthanWng97'],
|
||||
'/outlet/:country/:gender': ['EthanWng97'],
|
||||
'/regear/new-arrivals': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/new-releases': ['NavePnow'],
|
||||
'/new-releases': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/download/:val/:id': ['NavePnow'],
|
||||
'/download/:val/:id': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
'/html_clip/:user/:tag/:num?': ['BeautyyuYanli'],
|
||||
'/rss/:user/:tag': ['NavePnow'],
|
||||
'/rss/:user/:tag': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
'/articles': ['LogicJake'],
|
||||
'/dailyquestion/:lang': ['NavePnow'],
|
||||
'/dailyquestion/:lang': ['EthanWng97'],
|
||||
'/dailyquestion/solution/:lang': ['woaidouya123'],
|
||||
'/submission/:country/:user': ['NathanDai'],
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/latest-magazine/:query?': ['NavePnow'],
|
||||
'/latest-magazine/:query?': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/patagonia/new-arrivals/:category': ['NavePnow'],
|
||||
'/patagonia/new-arrivals/:category': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/us/new-arrivals': ['NavePnow'],
|
||||
'/us/new-arrivals': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/downloads/:productType/:productId': ['NavePnow'],
|
||||
'/downloads/:productType/:productId': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/news': ['NavePnow'],
|
||||
'/news': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/:category': ['NavePnow'],
|
||||
'/:category': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = {
|
||||
'/feeds': ['tylinux'],
|
||||
'/mp/homepage/:biz/:hid/:cid?': ['MisteryMonster'],
|
||||
'/mp/msgalbum/:biz/:aid': ['MisteryMonster'],
|
||||
'/sogou/:id': ['NavePnow'],
|
||||
'/sogou/:id': ['EthanWng97'],
|
||||
'/tgchannel/:id/:mpName?/:searchQueryType?': ['LogicJake', 'Rongronggg9'],
|
||||
'/uread/:userid': ['kt286'],
|
||||
'/wechat2rss/:id': ['TonyRL'],
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/new-arrivals/:query?': ['NavePnow'],
|
||||
'/new-arrivals/:query?': ['EthanWng97'],
|
||||
};
|
||||
|
||||
@@ -1213,7 +1213,7 @@ When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environme
|
||||
|
||||
### 帖子 {#yi-mu-san-fen-di-tie-zi}
|
||||
|
||||
<Route author="NavePnow DIYgod nczitzk" example="/1point3acres/thread/hot" path="/1point3acres/thread/:type?/:order?" paramsDesc={['帖子分类, 见下表,默认为 hot,即热门帖子', '排序方式,见下表,默认为空,即最新回复']}>
|
||||
<Route author="EthanWng97 DIYgod nczitzk" example="/1point3acres/thread/hot" path="/1point3acres/thread/:type?/:order?" paramsDesc={['帖子分类, 见下表,默认为 hot,即热门帖子', '排序方式,见下表,默认为空,即最新回复']}>
|
||||
|
||||
分类
|
||||
|
||||
@@ -1294,7 +1294,7 @@ When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environme
|
||||
|
||||
### 录取结果 {#yi-mu-san-fen-di-lu-qu-jie-guo}
|
||||
|
||||
<Route author="NavePnow" example="/1point3acres/offer/12/null/CMU" path="/1point3acres/offer/:year?/:major?/:school?" paramsDesc={['录取年份 id,空为null', '录取专业 id,空为null', '录取学校 id,空为null']}>
|
||||
<Route author="EthanWng97" example="/1point3acres/offer/12/null/CMU" path="/1point3acres/offer/:year?/:major?/:school?" paramsDesc={['录取年份 id,空为null', '录取专业 id,空为null', '录取学校 id,空为null']}>
|
||||
|
||||
:::tip 三个 id 获取方式
|
||||
|
||||
|
||||
@@ -1990,7 +1990,7 @@ Member ID
|
||||
|
||||
### News {#techcrunch-news}
|
||||
|
||||
<Route author="NavePnow" example="/techcrunch/news" path="/techcrunch/news"/>
|
||||
<Route author="EthanWng97" example="/techcrunch/news" path="/techcrunch/news"/>
|
||||
|
||||
## TechPowerUp {#techpowerup}
|
||||
|
||||
@@ -5769,7 +5769,7 @@ column 为 third 时可选的 category:
|
||||
|
||||
### 公众号(搜狗来源) {#wei-xin-gong-zhong-hao-sou-gou-lai-yuan}
|
||||
|
||||
<Route author="NavePnow" example="/wechat/sogou/qimao0908" path="/wechat/sogou/:id" paramsDesc={['公众号 id, 打开 weixin.sogou.com 并搜索相应公众号, 在 URL 中找到 id']} notOperational="1"/>
|
||||
<Route author="EthanWng97" example="/wechat/sogou/qimao0908" path="/wechat/sogou/:id" paramsDesc={['公众号 id, 打开 weixin.sogou.com 并搜索相应公众号, 在 URL 中找到 id']} notOperational="1"/>
|
||||
|
||||
## 维基百科 {#wei-ji-bai-ke}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
### Kindle Software Updates {#amazon-kindle-software-updates}
|
||||
|
||||
<Route author="NavePnow" example="/amazon/kindle/software-updates" path="/amazon/kindle/software-updates" radar="1" anticrawler="1"/>
|
||||
<Route author="EthanWng97" example="/amazon/kindle/software-updates" path="/amazon/kindle/software-updates" radar="1" anticrawler="1"/>
|
||||
|
||||
## AMD {#amd}
|
||||
|
||||
@@ -374,7 +374,7 @@ Language
|
||||
|
||||
### Download Hub {#ifi-audio-download-hub}
|
||||
|
||||
<Route author="NavePnow" example="/ifi-audio/download/1503007035/44472" path="/ifi-audio/download/:val/:id" paramsDesc={['product val', 'product id']}/>
|
||||
<Route author="EthanWng97" example="/ifi-audio/download/1503007035/44472" path="/ifi-audio/download/:val/:id" paramsDesc={['product val', 'product id']}/>
|
||||
|
||||
:::warning
|
||||
|
||||
@@ -653,7 +653,7 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。
|
||||
|
||||
### Software Downloads {#sony-software-downloads}
|
||||
|
||||
<Route author="NavePnow" example="/sony/downloads/product/nw-wm1am2" path="/sony/downloads/:productType/:productId" paramsDesc={['product type', 'product id']}>
|
||||
<Route author="EthanWng97" example="/sony/downloads/product/nw-wm1am2" path="/sony/downloads/:productType/:productId" paramsDesc={['product type', 'product id']}>
|
||||
|
||||
:::tip
|
||||
|
||||
|
||||
@@ -630,7 +630,7 @@ Subscribe to the updates (threads and submission) from a paritcular Hacker News
|
||||
|
||||
### Daily Question {#leetcode-daily-question}
|
||||
|
||||
<Route author="NavePnow" example="/leetcode/dailyquestion/en" path="/leetcode/dailyquestion/:lang" paramsDesc={['site, Chines(cn) and Engligh(en)']}/>
|
||||
<Route author="EthanWng97" example="/leetcode/dailyquestion/en" path="/leetcode/dailyquestion/:lang" paramsDesc={['site, Chines(cn) and Engligh(en)']}/>
|
||||
|
||||
### Daily Question Solution {#leetcode-daily-question-solution}
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ Eg: [https://www.inoreader.com/stream/user/1006346356/tag/News/view/html?limit=3
|
||||
|
||||
### RSS {#inoreader-rss}
|
||||
|
||||
<Route author="NavePnow" example="/inoreader/rss/1005137674/user-favorites" path="/inoreader/rss/:user/:tag" paramsDesc={['user id, the interger after user/ in the example URL','tag, the string after tag/ in the example URL']}>
|
||||
<Route author="EthanWng97" example="/inoreader/rss/1005137674/user-favorites" path="/inoreader/rss/:user/:tag" paramsDesc={['user id, the interger after user/ in the example URL','tag, the string after tag/ in the example URL']}>
|
||||
|
||||
## kakuyomu {#kakuyomu}
|
||||
|
||||
@@ -78,7 +78,7 @@ Eg: [https://kakuyomu.jp/works/1177354054883783581](https://kakuyomu.jp/works/11
|
||||
|
||||
### Latest Magazine {#magazinelib-latest-magazine}
|
||||
|
||||
<Route author="NavePnow" example="/magazinelib/latest-magazine/new+yorker" path="/magazinelib/latest-magazine/:query?" paramsDesc={['query, search page querystring']} notOperational="1"/>
|
||||
<Route author="EthanWng97" example="/magazinelib/latest-magazine/new+yorker" path="/magazinelib/latest-magazine/:query?" paramsDesc={['query, search page querystring']} notOperational="1"/>
|
||||
|
||||
For instance, when doing search at [https://magazinelib.com](https://magazinelib.com) and you get url `https://magazinelib.com/?s=new+yorker`, the query is `new+yorker`
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ Parameter `time` only works when `mostwanted` is chosen as the category.
|
||||
|
||||
### New Arrivals {#arcteryx-new-arrivals}
|
||||
|
||||
<Route author="NavePnow" example="/arcteryx/new-arrivals/us/mens" path="/arcteryx/new-arrivals/:country/:gender" paramsDesc={['country', 'gender']} anticrawler="1">
|
||||
<Route author="EthanWng97" example="/arcteryx/new-arrivals/us/mens" path="/arcteryx/new-arrivals/:country/:gender" paramsDesc={['country', 'gender']} anticrawler="1">
|
||||
|
||||
Country
|
||||
|
||||
@@ -72,7 +72,7 @@ Parameter `country` can be found within the url of `Arcteryx` website.
|
||||
|
||||
### Outlet {#arcteryx-outlet}
|
||||
|
||||
<Route author="NavePnow" example="/arcteryx/outlet/us/mens" path="/arcteryx/outlet/:country/:gender" paramsDesc={['country', 'gender']} anticrawler="1">
|
||||
<Route author="EthanWng97" example="/arcteryx/outlet/us/mens" path="/arcteryx/outlet/:country/:gender" paramsDesc={['country', 'gender']} anticrawler="1">
|
||||
|
||||
Country
|
||||
|
||||
@@ -96,13 +96,13 @@ Parameter `country` can be found within the url of `Arcteryx` website.
|
||||
|
||||
### Regear New Arrivals {#arcteryx-regear-new-arrivals}
|
||||
|
||||
<Route author="NavePnow" example="/arcteryx/regear/new-arrivals" path="/arcteryx/regear/new-arrivals" />
|
||||
<Route author="EthanWng97" example="/arcteryx/regear/new-arrivals" path="/arcteryx/regear/new-arrivals" />
|
||||
|
||||
## Bellroy {#bellroy}
|
||||
|
||||
### New Releases {#bellroy-new-releases}
|
||||
|
||||
<Route author="NavePnow" example="/bellroy/new-releases" path="/bellroy/new-releases" />
|
||||
<Route author="EthanWng97" example="/bellroy/new-releases" path="/bellroy/new-releases" />
|
||||
|
||||
## booth.pm {#booth.pm}
|
||||
|
||||
@@ -281,7 +281,7 @@ Language
|
||||
|
||||
### New Arrivals {#patagonia-new-arrivals}
|
||||
|
||||
<Route author="NavePnow" example="/patagonia/new-arrivals/mens" path="/patagonia/new-arrivals/:category" paramsDesc={['category, see below']}>
|
||||
<Route author="EthanWng97" example="/patagonia/new-arrivals/mens" path="/patagonia/new-arrivals/:category" paramsDesc={['category, see below']}>
|
||||
|
||||
| Men's | Women's | Kids' & Baby | Packs & Gear |
|
||||
| ----- | ------- | ------------ | ------------ |
|
||||
@@ -299,7 +299,7 @@ Language
|
||||
|
||||
### New Arrivals(USA) {#snow-peak-new-arrivals-usa}
|
||||
|
||||
<Route author="NavePnow" example="/snowpeak/us/new-arrivals" path="/snowpeak/us/new-arrivals"/>
|
||||
<Route author="EthanWng97" example="/snowpeak/us/new-arrivals" path="/snowpeak/us/new-arrivals"/>
|
||||
|
||||
## The Independent {#the-independent}
|
||||
|
||||
@@ -323,7 +323,7 @@ Language
|
||||
|
||||
### New Arrivals {#zagg-new-arrivals}
|
||||
|
||||
<Route author="NavePnow" example="/zagg/new-arrivals/brand=164&cat=3038,3041" path="/zagg/new-arrivals/:query?" paramsDesc={['query, search page querystring']} notOperational="1"/>
|
||||
<Route author="EthanWng97" example="/zagg/new-arrivals/brand=164&cat=3038,3041" path="/zagg/new-arrivals/:query?" paramsDesc={['query, search page querystring']} notOperational="1"/>
|
||||
|
||||
For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3041`, the query is `brand=164&cat=3038%2C3041`
|
||||
|
||||
|
||||
@@ -749,7 +749,7 @@ Language
|
||||
|
||||
### News {#the-atlantic-news}
|
||||
|
||||
<Route author="NavePnow" example="/theatlantic/latest" path="/theatlantic/:category" paramsDesc={['category, see below']}>
|
||||
<Route author="EthanWng97" example="/theatlantic/latest" path="/theatlantic/:category" paramsDesc={['category, see below']}>
|
||||
|
||||
| Popular | Latest | Politics | Technology | Business |
|
||||
| ------------ | ------ | -------- | ---------- | -------- |
|
||||
@@ -893,7 +893,7 @@ Provides all of the articles by the specified New York Times author.
|
||||
|
||||
### News {#the-wall-street-journal-wsj-hua-er-jie-ri-bao-news}
|
||||
|
||||
<Route author="oppilate NavePnow" example="/wsj/en-us/opinion" path="/wsj/:lang/:category?" paramsDesc={['Language, `en-us`, `zh-cn`, `zh-tw`', 'Category. See below']}>
|
||||
<Route author="oppilate EthanWng97" example="/wsj/en-us/opinion" path="/wsj/:lang/:category?" paramsDesc={['Language, `en-us`, `zh-cn`, `zh-tw`', 'Category. See below']}>
|
||||
|
||||
en_us
|
||||
|
||||
|
||||
Reference in New Issue
Block a user