timothyqiu / xiami-downloader

A simple tool for downloading music previews from Xiami.
http://timothyqiu.com/archives/xiami-music-preview-downloader/
MIT License
74 stars 25 forks source link

can't download #18

Closed arnauldb closed 6 years ago

arnauldb commented 6 years ago

Hello,

Thank you for this tool.

I instaled it and tested it with the following album: http://www.xiami.com/album/511682 It works ok.

But when I want to download this album http://www.xiami.com/album/b1CzLyz412 It doesn't work. I did:

python -m xiami_downloader.cli -a b1CzLyz412ff

But nothing. Is it because of the letters (b C z...) in "b1CzLyz412" ?

timothyqiu commented 6 years ago

Hi, thank you for you bug reporting. I have not been using xiami.com for quite a while, so I didn't notice the change in the website.

It seems that xiami.com adopted a new URL naming scheme. URLs now will default to a non-canonical version without the integer ID.

I just made some modifications to support this. Hope it helps :)

arnauldb commented 6 years ago

谢谢! It is working now.