Miserlou / SoundScrape

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

Got a problem on downloading bandcamp albums #246

Closed drisomik closed 4 years ago

drisomik commented 4 years ago

hi, I got a problem while downloading bandcamp album.

截屏2020-10-08 上午2 23 09

it is weird that it doesn't have any feedback. but it works well on soundcloud.

Miserlou commented 4 years ago

This just started happening to me as well. I haven't looked into it yet, but it's annoying.

JDCourtney1969 commented 4 years ago

Hi. I'm just a spectator here - a heavy user of Bandcamp who has used a couple of programs and web sites to convert many Bandcamp tracks to WAV files. As of about a week ago, I am no longer able to produce large WAV files. Someone told me it has something to do with "youtube-dl"...? I am guessing it's a result of some changes made by people at Bandcamp....? Is anyone else aware of this and has anyone tried to address this? Either here, or in a different place (pull request?) on this site? I am very new to this site and am having trouble navigating. I'm just desperate to get this issue resolved. Can anyone please help, or tell me where to go to find help? Thank you!

Miserlou commented 4 years ago

This is a different project than youtube-dl, but they're probably experiencing the same thing. I'm guessing BC has updated the structure of their site or API, so we just need to update our scrapers. Takes a few days to get around to it usually.

drisomik commented 4 years ago

This is a different project than youtube-dl, but they're probably experiencing the same thing. I'm guessing BC has updated the structure of their site or API, so we just need to update our scrapers. Takes a few days to get around to it usually.

thank you.

RubenArtmann commented 4 years ago

Here is a new scraper: https://github.com/RubenArtmann/bandcamp-dl/blob/main/mod.ts can't be bothered to port it to python right now, but maybe it can help you. Additionally this one hopefully will not break so quickly, since it is purely based on grepping urls out of the webpage.

banagale commented 4 years ago

@RubenArtmann Been looking for a reason to use deno. Thank you.

dm17 commented 4 years ago

Here is a new scraper: https://github.com/RubenArtmann/bandcamp-dl/blob/main/mod.ts can't be bothered to port it to python right now, but maybe it can help you. Additionally this one hopefully will not break so quickly, since it is purely based on grepping urls out of the webpage.

Tested & works for bandcamp scraping?

RubenArtmann commented 4 years ago

Here is a new scraper: https://github.com/RubenArtmann/bandcamp-dl/blob/main/mod.ts can't be bothered to port it to python right now, but maybe it can help you. Additionally this one hopefully will not break so quickly, since it is purely based on grepping urls out of the webpage.

Tested & works for bandcamp scraping?

of course; I would not want to write a scraper that i am not using

banagale commented 4 years ago

@RubenArtmann Thanks for this, I also tested it. Off topic--but I was curious if there are any specific deno resources or communities that you're following. I'd like to sort of track new efforts in this area and was wondering where the pulse of the community is.