This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
Releases: setnicka/ulozto-downloader
Releases · setnicka/ulozto-downloader
Version 3.5.2
3.5.1
Version 3.4.1
- Fix of Tor port selection
Version 3.4.0
- Support for downloading password protected files (--password option or by prompt during download)
- JSON frontend (selectable by --frontend option)
- Refactoring (LinkCache, TorRunner)
Version 3.3.1
- Enhance output dir parameter functionality
Version 3.3.0
- Use separate temp file directory for .udown, .ucache and Tor files
- Set by
--temp
option in cmd.py, default to current working directory
- Set by
- Auto remove .udown and .ucache files on successful download using cmd.py
- Support for batch sequential download (multiple URLs could be
specified) when using cmd.py - Enhanced cmd.py usage message
- TorRunner is not stopped inside Downloader class (caller responsibility)
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
Version 3.1.0
tflite-runtime
as optional extra dependency- autodetection of CAPTCHA solver (override possible with
--auto-captcha
or--manual-captcha
flags)
Version 3.0.1
- Frontend fixes
Version 3.0.0
- Change multiprocessing → multithreading
- Solves issues when running on Windows
- Reworked frontend implementation - separate Frontend package with
defined API- Will allow easy implementation of other frontends
- Changed defaults:
- By default use
--auto-captcha
, which could be deactivated by--no-auto-captcha
- Number of parts changed to 20
- By default use
Full Changelog: 2.6.0...3.0.0