Releases: iheanyi/bandcamp-dl
Releases · iheanyi/bandcamp-dl
bandcamp-dl 0.0.7-06
Fixed individual track downloading in cases where the track is a single and not part of an album. All track links should now work.
Fixed cases where a utf-8 encoded header would cause downloading to fail in versions of Python before 3.6.0.
bandcamp-dl 0.0.7-04
JS to JSON regex update, should properly handle unexpected characters now.
bandcamp-dl 0.0.7-03
Temporary fix for inner ";" in JS dictionaries.
bandcamp-dl 0.0.7-02
Fixes #95 and adds a user-agent header as well as sets Requests up to use a session.
bandcamp-dl 0.0.7-01
Version 0.0.7
- [Enhancement] Will now resume if it finds a valid
not.finished
file. - [Enhancement] Interrupting downloads is safe, they will resume on next run.
- [Enhancement] Interrupting encoding is safe, it will finish on next run.
- [Enhancement] CLI output is now much neater.
- [Bugfix] Partial albums (some previews disabled) will now download properly.
- [Dependency] Slimit is no longer required.
- [Dependency] Ply is no longer required.
- [Dependency] demjson is now required.
bandcamp-dl 0.0.6-02
Last bugix release, fixes an encoding issue with accented characters in the filepath.
Thanks to @oaubert
bandcamp-dl 0.0.6-01
- Added the option to skip the downloading of album art.
- Individual track downloads work now.
- Fixed imports, now working when installed via pip.
- Last version to officially support Python 2.7.x
bandcamp-dl 0.0.5
- Python 3
- Backwards Compatibility
- README.rst
- Proper encoding
- More reliable overwrite detection