We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ignore all child tags (text, nodes, ...) of the "enclosure" RSS tag to avoid generating errors in case of invalid RSS.
Ignore only text child node.
Try to parse a RSS feed with media:* nodes in , like this one : https://sportauto.autojournal.fr/feed
The text was updated successfully, but these errors were encountered:
feat: add unit test for issue mmcdole#217
8af97fe
Fix RSS enclosure parsing (#218)
38e4aa4
* fix(rss): fix enclosure parsing, ignoring every child nodes, not only text * feat: add unit test for issue #217
Successfully merging a pull request may close this issue.
Expected behavior
Ignore all child tags (text, nodes, ...) of the "enclosure" RSS tag to avoid generating errors in case of invalid RSS.
Actual behavior
Ignore only text child node.
Steps to reproduce the behavior
Try to parse a RSS feed with media:* nodes in , like this one :
https://sportauto.autojournal.fr/feed
The text was updated successfully, but these errors were encountered: