flood
flood copied to clipboard
Commit 79fb000 breaks RSS feed parsing
Type: Bug Report
- [x] Try to follow the update procedure described in the README and try again before opening this issue.
- [x] Please check the F.A.Q..
- [x] Please check the Troubleshooting wiki section.
Your Environment
- Version used:
- Commit ID (development release) 79fb000 on master
- Environment name and version:
- Node.js version
8.0.0 - npm version
6.11.3 - Web browser
Chrome, 77.0.3865.90
- Node.js version
- Operating System and version: macOS Catalina
Summary
The latest commit on master seems to have broken rss feed parsing. Now the feed only displays the first item, and my rss rules don't match any of the items that should have matched in the rss feed had all the items been there. This problem does not exist running 4ffec5c
Expected Behavior
The rss feed should parse correctly and display more than one item.
Current Behavior
The rss feed only parses the first item then stops.
Possible Solution
Maybe we should carefully take a look at the dependencies that were updated in 79fb000 and see which one was the breaking dependency
Steps to Reproduce
- Run the latest commit
- Add an rss feed
- Check the feed, expecting more than one item
- Only see one item
Context
Just trying to match some regex rules to my rss feeds mang