Skip to content

Releases: Ovyerus/bandsnatch

v0.3.2

16 Jul 10:31
v0.3.2
d86a356
Compare
Choose a tag to compare

Fixed

  • Force folders to end with an underscore if they would usually end with a space
    or full stop, due to issues with NTFS (#11).
  • Add ratelimiting to mitigate crashes that would occur when attempting dry runs
    sometimes.
  • Fix URL parsing error that would occur when using cookies.txt.

v0.3.1

07 Oct 00:59
v0.3.1
6ce5ecf
Compare
Choose a tag to compare

Fixed

  • Fix crash that would occur if batch_size or item_count were null in a
    user's collection data for whatever reason.

v0.3.0

30 Sep 05:09
v0.3.0
51a6943
Compare
Choose a tag to compare

Added

  • New debug-collection subcommand, helpful for testing weird cases where some data is wrong on the user's collection page.

v0.2.1

13 Mar 01:36
v0.2.1
9c6ef38
Compare
Choose a tag to compare

Fixed

  • Some more fixes for some releases that don't have the exact same data structure as others.

v0.2.0

12 Mar 11:01
v0.2.0
895915e
Compare
Choose a tag to compare

Breaking Change

The previous behaviour of running the download job with the base command has been moved into its own subcommand run in order to accommodate some features I plan to add in the future.

Added

  • --dry-run flag to get a list of releases Bandsnatch would try to download, without actually downloading them.
  • --debug flag to get some extra information in certain circumstances (Might be changed to --verbose in the future if I change my mind).

Fixed

  • Fix problem where some releases could crash a thread with missing field `download_type` .

Changed

  • New run subcommand which replaces the previous functionality of running the downloader on the base command.

v0.1.1

29 Oct 13:14
Compare
Choose a tag to compare

Added

  • Create output folder if it doesn't exist, and warn user if it's a file.

Fixed

  • Replace certain characters in the folder structure which may conflict with
    what filesystems allow (e.g. :, \, /)

v0.1.0

07 Oct 07:10
Compare
Choose a tag to compare

Initial public release of Bandsnatch.