cloudmusic icon indicating copy to clipboard operation
cloudmusic copied to clipboard

网易云爬虫解决方案

Results 19 cloudmusic issues
Sort by recently updated
recently updated
newest added

修复了特殊字符问题和mac上的兼容性

I ran the code demo and reported this error: `import cloudmusic music = cloudmusic.getMusic(1347630432)` `Traceback (most recent call last): File "", line 1, in playlist = cloudmusic.getPlaylist(310729011) File "E:\Anaconda\envs\py36\lib\site-packages\cloudmusic\cloudmusic.py", line...

download.py music.name = music.name.replace("/", "&") if not artist is None: artist = artist.replace("/", "&") name = music.name + " - " + artist + "." + music.type if not dirs:...

在使用music.download时卡住,可以提供无损音质歌曲链接吗?

现在只能爬取前后50页的评论 可能是因为api过期的原因?

例如id1363303397 8.32 - *Luna,ゆある 网易云下载时会进行非法字符检查 并将非法字符有半角改为全角 需要修改接口musicObj对名字进行非法字符的检测和替换