iheanyi / bandcamp-dl

Simple python script to download Bandcamp albums
The Unlicense
956 stars 108 forks source link

Jsdatafix #167

Closed ppatrzyk closed 4 years ago

ppatrzyk commented 4 years ago

RE: https://github.com/iheanyi/bandcamp-dl/issues/166

Apparently Bandcamp changed data structure on their pages. I played around a little bit with code that collects JSON data strings from page html and managed to get a version that works as expected.

Evolution0 commented 4 years ago

Just fix the debug logging to remain consistent with the rest of the code and I'll merge it

ppatrzyk commented 4 years ago

@Evolution0 sure, I changed that