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

Issues with HTML/XML Escape Characters #80

Closed
daoxi opened this issue Apr 12, 2022 · 1 comment
Closed

Issues with HTML/XML Escape Characters #80

daoxi opened this issue Apr 12, 2022 · 1 comment
Assignees
Labels

Comments

@daoxi
Copy link
Contributor

daoxi commented Apr 12, 2022

When trying to download certain lyrics that contain escaped characters, the characters are not converted into their original forms.

To reproduce the bug:

For example, for QQ Music ID: 001HeMEN0hplNv

part of the downloaded lyrics contains
We're
instead of
We're
(the "'" part is not converted to an actual apostrophe: ' )

it also contains
"hell yeah"
instead of
"hell yeah"
(the """ part is not converted to a double quotation mark: " )

Version tested: v4.0

@daoxi daoxi added the bug label Apr 12, 2022
@jitwxs
Copy link
Owner

jitwxs commented Apr 12, 2022

got it, it will be fixed in next version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants