Skip to content
New issue

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

default.BaseRSSFeedParser needs to be converted from using lxml to html5lib #92

Open
seasidesparrow opened this issue Jul 23, 2020 · 0 comments
Assignees

Comments

@seasidesparrow
Copy link
Member

Currently, tests fail with html5lib in python2.7 because the unicode character in the third author's name isn't being interpreted correctly (or is encoded wrong in the mock data). Lxml apparently has the capability of converting on the fly, but html5lib doesn't.

@seasidesparrow seasidesparrow self-assigned this Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant