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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS feed parsed correctly
gofeed cannot parse RSS feed, with the following error:
XML syntax error on line 34: illegal character code U+0008
Parse this feed: http://newsletter.grokking.org/?format=rss
Apparently there's a "strange" character in line 34
The text was updated successfully, but these errors were encountered:
I can see there's a similar issue which has been fixed a long time ago: #25 But this still happens with the latest version of gofeed (v1.1.3)
Sorry, something went wrong.
I reproduced it.
I also ran into another char: U+0004:
XML syntax error on line 1681: illegal character code U+0004 https://changelog.com/posts/feed
XML syntax error on line 1681: illegal character code U+0004
I also encountered this problem recently.
version:gofeed v1.1.3,go 1.17
XML syntax error on line 211: illegal character code U+0008
https://chegva.com/feed/
I want to be able to parse feeds with illegal characters, so I've opened #206 to see how we should handle this.
No branches or pull requests
Expected behavior
RSS feed parsed correctly
Actual behavior
gofeed cannot parse RSS feed, with the following error:
Steps to reproduce the behavior
Parse this feed:
http://newsletter.grokking.org/?format=rss
Apparently there's a "strange" character in line 34
The text was updated successfully, but these errors were encountered: