v0.2.7
Makes further improvements to the CLI:
- implements a
--batch-file
option for the download method - adds a
--check
(for duplicates) option to the download method; this can be disabled
with the--no-check
method. It's enabled by default and may require further
user-input in case the target directory contains a file with the same name as
the issued download command - further adds a
--user-agent
and--proxies
flag to the CLI; these fields were also
added to theAnonFile
constructor - implements a preview command to obtain meta data without committing to a time-
consuming download - commands related to the log file were also added to the CLI
As for the main library, the following changes have been added since the last release:
- the
ParseResponse
data class now contains addl
field; it contains a direct
download link if this structured was returned by a download method, elseNone
- the default token was renamed from
""
to"undefined"
. This change has no effect
that would require any further actions from you - implements the preview command that's also callable from the CLI
- updates some remarks in the doc string
- the implementation for issuing requests has been improved here and there