[BUG]windows下载歌词的编码问题
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 593
- PR merge metrics
- No merged PRs in 30d
Description
1.windows下载歌词时因为gbk编码出错
2.如果一起下载歌曲,封面,歌词,歌词因为1的原因下载出错会影响后面封面的下载
Contributor guide
No contributing guide indexed for this repository
Research direction
Look at the lyric download code in the music-dl CLI tool, likely in a module handling downloads or network requests. The issue mentions Windows and GBK encoding errors, so check how file encoding is set when saving lyrics. Test by running the tool on Windows or simulating the encoding mismatch, then ensure lyrics are saved with UTF-8 or proper encoding to prevent failure from blocking subsequent cover downloads.
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
- Clearly specified
- Newbie friendliness
- 65/100