Improve issue template's note on demo instance's possible errors
What feature is it?
In issue template, mention that the demo instance may also return "fetch failed" in addition to "status code 403".
What problem does this feature solve?
In #18833, I initially only tried the demo instance.
The issue template says:
Due to the anti-crawling policy implemented by certain websites, some RSS routes provided by the demo will return status code 403. This is not an issue caused by RSSHub and please do not report it.
The error message was not 403 so I thought it might be the route's issue. In the end, it was found that the route is fine and the error message might be caused by demo instance's heavy load.
Additional description
Maybe something like this?
Due to anti-crawling policies implemented by certain websites, some RSS routes provided by the demo will return status code 403. In addition, the demo may return other errors such as "fetch failed" due to heavy load.
[x] (Checkbox) I have tried reproducing the error using a self-hosted instance or other instances, and I am certain that there are issues in RSSHub's code.
This is not a duplicated feature request or new RSS proposal
- [x] I have searched existing issues to ensure this feature has not already been requested and this is not a new RSS proposal.