Skip to content

fix(route/showstart): enable allowEmpty for all showstart routes#21203

Open
trojanyao wants to merge 3 commits intoDIYgod:masterfrom
trojanyao:fix-route/showstart
Open

fix(route/showstart): enable allowEmpty for all showstart routes#21203
trojanyao wants to merge 3 commits intoDIYgod:masterfrom
trojanyao:fix-route/showstart

Conversation

@trojanyao
Copy link
Contributor

Involved Issue / 该 PR 相关 Issue

Close #

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

/showstart/event/373/0

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 / 说明

为所有秀动相关路由启用 allowEmpty,即便当前无演出也可订阅。

@dosubot
Copy link

dosubot bot commented Feb 22, 2026

Related Documentation

Checked 0 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@github-actions github-actions bot added the route label Feb 22, 2026
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/showstart/event/373/0 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>秀动网 -</title>
    <link>https://www.showstart.com</link>
    <atom:link href="http://localhost:1200/showstart/event/373/0" rel="self" type="application/rss+xml"></atom:link>
    <description>秀动网 - - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 22 Feb 2026 12:34:08 GMT</lastBuildDate>
    <ttl>5</ttl>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/showstart/event/373/0 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>秀动网 -</title>
    <link>https://www.showstart.com/event/list?cityCode=373&amp;showStyle=0</link>
    <atom:link href="http://localhost:1200/showstart/event/373/0" rel="self" type="application/rss+xml"></atom:link>
    <description>秀动网 - - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Mon, 23 Feb 2026 00:58:09 GMT</lastBuildDate>
    <ttl>5</ttl>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Auto Review

No clear rule violations found in the current diff.

Copy link
Collaborator

@TonyRL TonyRL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bypasses part of the validity check for route parameters. As you can see from the test output, you can now subscribe with invalid cityCode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants