Skip to content

Tags: Addono/HathiTrust-downloader

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Adds optional support for giving a complete URL as the ID field (

…#22)

With this feature, it is now supported to pass the complete URL as the `id` field and this application will do a best-effort attempt at inferring the ID from the URL.

This might not work for all URLs, as the ID can be stored in different ways. If the ID cannot be parsed from the URL, please fall back to manually parsing the ID field.

v1.2.1

Toggle v1.2.1's commit message
feat: improve error handling in case the server returns a non-success…

… response

v1.2.0

Toggle v1.2.0's commit message
ci: correctly target Python 3.10 (#13)

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(readme): adds development-instructions

v1.1.4

Toggle v1.1.4's commit message
ci: refators out deprecated set-output usage

v1.1.4-rc.1

Toggle v1.1.4-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: optimise release script

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: refactor release to avoid using deprecated package

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump requests from 2.24.0 to 2.31.0 (#8)

Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.24.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.1.1

Toggle v1.1.1's commit message
refactor: adds main function as to have a correct entrypoint

v1.1.0

Toggle v1.1.0's commit message
feat: gracefully abort when interupting download