Miserlou / SoundScrape

SoundCloud (and Bandcamp and Mixcloud) downloader in Python.
MIT License
1.41k stars 145 forks source link

Some songs don't download #197

Open 7ylxr9 opened 6 years ago

7ylxr9 commented 6 years ago
screen shot 2017-09-05 at 1 15 57 am

scraping my likes downloads a few tracks (which i then unlike) but fails to download a single specific songs that is also in my likes. I don't know what the error means as i dont know python.

Benoit-Besnier commented 6 years ago

Yeah, it may happen to me as well. I tried to get "thefatrat - monody" but it was unsuccessful. Well without knowing that much about the code, I only suspect it come from an error while parsing the response coming from SoundCloud. ( JSONDecode is a good piece of information here =) )

7ylxr9 commented 6 years ago

youtube-dl had no problem with them but a) its one by one and b) no id3 tags. any ideas?