Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add router for CPTA(中国人事考试网) #18097

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PrinOrange
Copy link
Contributor

@PrinOrange PrinOrange commented Jan 11, 2025

Example for the Proposed Route(s) / 路由地址示例

/cpta/notice
/cpta/performance

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

This website has IP gateway based request-frequency restriction. Maybe it should be recommended to self-deploy rsshub or prolongs the caching time.

@github-actions github-actions bot added the Route label Jan 11, 2025
@github-actions github-actions bot added the Auto: Route Test Complete Auto route test has finished on given PR label Jan 11, 2025
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/cpta/notice - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;http://www.cpta.com.cn/notice.html&quot;: 405 Not Allowed
Route: /cpta/:category
Full Route: /cpta/notice
Node Version: v22.13.0
Git Hash: 41cc3a45
http://localhost:1200/cpta/performance - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;http://www.cpta.com.cn/performance.html&quot;: 405 Not Allowed
Route: /cpta/:category
Full Route: /cpta/performance
Node Version: v22.13.0
Git Hash: 41cc3a45

Copy link
Contributor

Successfully generated as following:

http://localhost:1200/cpta/notice - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;http://www.cpta.com.cn/notice.html&quot;: 405 Not Allowed
Route: /cpta/:category
Full Route: /cpta/notice
Node Version: v22.13.0
Git Hash: 41cc3a45
http://localhost:1200/cpta/performance - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;http://www.cpta.com.cn/performance.html&quot;: 405 Not Allowed
Route: /cpta/:category
Full Route: /cpta/performance
Node Version: v22.13.0
Git Hash: 41cc3a45

@PrinOrange PrinOrange marked this pull request as draft January 11, 2025 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto: Route Test Complete Auto route test has finished on given PR Route
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant