fix(route/showstart): enable allowEmpty for all showstart routes#21203
Open
trojanyao wants to merge 3 commits intoDIYgod:masterfrom
Open
fix(route/showstart): enable allowEmpty for all showstart routes#21203trojanyao wants to merge 3 commits intoDIYgod:masterfrom
allowEmpty for all showstart routes#21203trojanyao wants to merge 3 commits intoDIYgod:masterfrom
Conversation
…ists who currently have no performances
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> |
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&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> |
Contributor
Auto ReviewNo clear rule violations found in the current diff. |
TonyRL
reviewed
Feb 23, 2026
Collaborator
TonyRL
left a comment
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Involved Issue / 该 PR 相关 Issue
Close #
Example for the Proposed Route(s) / 路由地址示例
New RSS Route Checklist / 新 RSS 路由检查表
PuppeteerNote / 说明
为所有秀动相关路由启用
allowEmpty,即便当前无演出也可订阅。