Releases: Ovyerus/bandsnatch
Releases · Ovyerus/bandsnatch
v0.3.3
v0.3.2
v0.3.1
Fixed
- Fix crash that would occur if
batch_size
oritem_count
were null in a
user's collection data for whatever reason.
v0.3.0
Added
- New
debug-collection
subcommand, helpful for testing weird cases where some data is wrong on the user's collection page.
v0.2.1
Fixed
- Some more fixes for some releases that don't have the exact same data structure as others.
v0.2.0
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
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
Initial public release of Bandsnatch.