[BUG]qq音乐,歌名、歌手、专辑有韩文的话,显示的是html实体字符
Open
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 593
- PR merge metrics
- No merged PRs in 30d
Description
测试搜索字符:我对于你
Contributor guide
No contributing guide indexed for this repository
Research direction
Look at the QQ music source module (likely in a directory like sources/qq.py) to find where song metadata is fetched and displayed. The bug is that Korean text appears as HTML entities; check the response parsing and encoding handling. Test by searching for the provided string '我对于你' and see if Korean characters in results are decoded correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100