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

Error downloading: wget exited abnormaly #19

Closed arnauldb closed 6 years ago

arnauldb commented 6 years ago

Hello,

Thank you for this tool. I used it successfully before, but now I have this error:

@arnauld python -m xiami_downloader.cli -a 2103712026
3 file(s) to download

[1/3] EP Salt盐/01 - Heavier - 大包子DaBozz.mp3
//m128.xiami.net/318/79297318/2103712026/1803075809_1526554308782.mp3?auth_key=1528167600-0-0-777fe7ab490370f8c6485551e2b0f40a: Scheme missing.
Error downloading: wget exited abnormaly
timothyqiu commented 6 years ago

Hi, thank you for your feedback 😄

It seems that Xiami upgraded their site to HTTPS recently, so they omitted the scheme part of the URLs for backward compatibility.

I've updated the URL-handling code. It should be working correctly now.

arnauldb commented 6 years ago

Thank you! It is working again, very handy tool.