CharlesPikachu / musicdl

Musicdl: A lightweight music downloader written in pure python.
https://musicdl.readthedocs.io/
Apache License 2.0
1.18k stars 270 forks source link

下载qqmusic时的bug #15

Closed DrewdropLife closed 2 years ago

DrewdropLife commented 2 years ago

https://github.com/CharlesPikachu/musicdl/blob/36e3c489d51bdd02d9b0c03191944b0fb8b3237a/musicdl/modules/utils/downloader.py#L44

下载qqmusic的音乐时会报错,原因是该行写了self.qq_headers,应当改成self.qqmusic_headers

CharlesPikachu commented 2 years ago

确实,已修复