Skip to content

v0.2.7

Compare
Choose a tag to compare
@nstrydom2 nstrydom2 released this 12 Sep 19:48
· 72 commits to master since this release
1f9a400

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 the AnonFile 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 a ddl field; it contains a direct
    download link if this structured was returned by a download method, else None
  • 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