Skip to content

Commit

Permalink
chore: auto build DIYgod/RSSHub@607a945
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 25, 2024
1 parent 2622973 commit adee40a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/routes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ GitHub provides some official RSS feeds:

### Repo Stars <Site url="github.com" size="sm" />

<Route namespace="github" :data='{"path":"/stars/:user/:repo","categories":["programming"],"example":"/github/stars/DIYGod/RSSHub","parameters":{"user":"GitHub username","repo":"GitHub repo name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["github.com/:user/:repo/stargazers","github.com/:user/:repo"]}],"name":"Repo Stars","maintainers":["HenryQW"],"location":"star.ts"}' :test='{"code":1,"message":"expected 503 to be 200 // Object.is equality"}' />
<Route namespace="github" :data='{"path":"/stars/:user/:repo","categories":["programming"],"example":"/github/stars/DIYGod/RSSHub","parameters":{"user":"GitHub username","repo":"GitHub repo name"},"features":{"requireConfig":[{"name":"GITHUB_ACCESS_TOKEN","description":"GitHub Access Token"}]},"radar":[{"source":["github.com/:user/:repo/stargazers","github.com/:user/:repo"]}],"name":"Repo Stars","maintainers":["HenryQW"],"location":"star.ts"}' :test='{"code":1,"message":"expected 503 to be 200 // Object.is equality"}' />

### Search Result <Site url="github.com" size="sm" />

Expand Down Expand Up @@ -273,7 +273,7 @@ GitHub provides some official RSS feeds:

### User Starred Repositories <Site url="github.com" size="sm" />

<Route namespace="github" :data='{"path":"/starred_repos/:user","categories":["programming"],"example":"/github/starred_repos/DIYgod","parameters":{"user":"User name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["github.com/:user"]}],"name":"User Starred Repositories","maintainers":["LanceZhu"],"location":"starred-repos.ts"}' :test='{"code":1,"message":"expected 503 to be 200 // Object.is equality"}' />
<Route namespace="github" :data='{"path":"/starred_repos/:user","categories":["programming"],"example":"/github/starred_repos/DIYgod","parameters":{"user":"User name"},"features":{"requireConfig":[{"name":"GITHUB_ACCESS_TOKEN","optional":true,"description":"To get more requests"}]},"radar":[{"source":["github.com/:user"]}],"name":"User Starred Repositories","maintainers":["LanceZhu"],"location":"starred-repos.ts"}' :test='{"code":1,"message":"expected 503 to be 200 // Object.is equality"}' />

### Wiki History <Site url="github.com" size="sm" />

Expand Down
4 changes: 2 additions & 2 deletions src/zh/routes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ GitHub provides some official RSS feeds:

### Repo Stars <Site url="github.com" size="sm" />

<Route namespace="github" :data='{"path":"/stars/:user/:repo","categories":["programming"],"example":"/github/stars/DIYGod/RSSHub","parameters":{"user":"GitHub username","repo":"GitHub repo name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["github.com/:user/:repo/stargazers","github.com/:user/:repo"]}],"name":"Repo Stars","maintainers":["HenryQW"],"location":"star.ts"}' :test='{"code":1,"message":"expected 503 to be 200 // Object.is equality"}' />
<Route namespace="github" :data='{"path":"/stars/:user/:repo","categories":["programming"],"example":"/github/stars/DIYGod/RSSHub","parameters":{"user":"GitHub username","repo":"GitHub repo name"},"features":{"requireConfig":[{"name":"GITHUB_ACCESS_TOKEN","description":"GitHub Access Token"}]},"radar":[{"source":["github.com/:user/:repo/stargazers","github.com/:user/:repo"]}],"name":"Repo Stars","maintainers":["HenryQW"],"location":"star.ts"}' :test='{"code":1,"message":"expected 503 to be 200 // Object.is equality"}' />

### Search Result <Site url="github.com" size="sm" />

Expand Down Expand Up @@ -273,7 +273,7 @@ GitHub provides some official RSS feeds:

### User Starred Repositories <Site url="github.com" size="sm" />

<Route namespace="github" :data='{"path":"/starred_repos/:user","categories":["programming"],"example":"/github/starred_repos/DIYgod","parameters":{"user":"User name"},"features":{"requireConfig":false,"requirePuppeteer":false,"antiCrawler":false,"supportBT":false,"supportPodcast":false,"supportScihub":false},"radar":[{"source":["github.com/:user"]}],"name":"User Starred Repositories","maintainers":["LanceZhu"],"location":"starred-repos.ts"}' :test='{"code":1,"message":"expected 503 to be 200 // Object.is equality"}' />
<Route namespace="github" :data='{"path":"/starred_repos/:user","categories":["programming"],"example":"/github/starred_repos/DIYgod","parameters":{"user":"User name"},"features":{"requireConfig":[{"name":"GITHUB_ACCESS_TOKEN","optional":true,"description":"To get more requests"}]},"radar":[{"source":["github.com/:user"]}],"name":"User Starred Repositories","maintainers":["LanceZhu"],"location":"starred-repos.ts"}' :test='{"code":1,"message":"expected 503 to be 200 // Object.is equality"}' />

### Wiki History <Site url="github.com" size="sm" />

Expand Down

0 comments on commit adee40a

Please sign in to comment.