This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
Version 3.2.0
- Support
tensorflow.lite
(alternative totflite-runtime
) - Auto fix wrongly copied URL without
https://
- Frontend:
- By default hide parts progress (show progress by
--parts-progress
) - Log into file (activated by
--log <LOGFILE>
) - Refresh before exiting (to show everything downloaded)
- By default hide parts progress (show progress by
- Internal:
- Reworked logging for TorRunner
- No
sys.exit
insideuldlib
(only Exceptions) - Access to internal properties of Downloader + TorRunner instance
- Better handling of .udown files
- Configurable Tor datadir
- Minor fixes and refactoring