jitwxs / 163MusicLyrics

Windows 云音乐歌词获取【网易云、QQ音乐】
Apache License 2.0
1.98k stars 107 forks source link

Issues with HTML/XML Escape Characters #80

Closed daoxi closed 2 years ago

daoxi commented 2 years ago

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

jitwxs commented 2 years ago

got it, it will be fixed in next version