Skip to content

Releases: iheanyi/bandcamp-dl

bandcamp-dl 0.0.7-06

28 Jan 17:48
Compare
Choose a tag to compare

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

21 Jan 00:16
Compare
Choose a tag to compare

JS to JSON regex update, should properly handle unexpected characters now.

bandcamp-dl 0.0.7-03

16 Jan 21:50
Compare
Choose a tag to compare

Temporary fix for inner ";" in JS dictionaries.

bandcamp-dl 0.0.7-02

13 Jan 19:18
Compare
Choose a tag to compare

Fixes #95 and adds a user-agent header as well as sets Requests up to use a session.

bandcamp-dl 0.0.7-01

13 Jan 00:39
Compare
Choose a tag to compare

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

10 Jan 01:33
Compare
Choose a tag to compare

Last bugix release, fixes an encoding issue with accented characters in the filepath.

Thanks to @oaubert

bandcamp-dl 0.0.6-01

30 Dec 15:45
Compare
Choose a tag to compare
  • 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

19 Dec 16:52
Compare
Choose a tag to compare
  • Python 3
  • Backwards Compatibility
  • README.rst
  • Proper encoding
  • More reliable overwrite detection