Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Releases: setnicka/ulozto-downloader

Version 3.5.2

05 Sep 21:37
Compare
Choose a tag to compare

Fix several small issues of version 3.5.1:

  • set minimal colorama version
  • fix encoding error when downloading file with unicode characters in
    its name (utf8 logging on Windows)
  • fix resolving of file-tracking links

3.5.1

02 May 23:05
Compare
Choose a tag to compare
  • Added --enfoce-tor option
  • Use cloudscraper to overcome Cloudflare CAPTCHA checks

Version 3.4.1

07 Apr 15:01
Compare
Choose a tag to compare
  • Fix of Tor port selection

Version 3.4.0

07 Apr 14:50
Compare
Choose a tag to compare
  • 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

03 Jan 18:08
Compare
Choose a tag to compare
  • Enhance output dir parameter functionality

Version 3.3.0

28 Dec 22:23
Compare
Choose a tag to compare
  • Use separate temp file directory for .udown, .ucache and Tor files
    • Set by --temp option in cmd.py, default to current working directory
  • 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

28 Oct 22:10
Compare
Choose a tag to compare
  • Support tensorflow.lite (alternative to tflite-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)
  • Internal:
    • Reworked logging for TorRunner
    • No sys.exit inside uldlib (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

11 Aug 01:04
Compare
Choose a tag to compare
  • tflite-runtime as optional extra dependency
  • autodetection of CAPTCHA solver (override possible with --auto-captcha or --manual-captcha flags)

Version 3.0.1

10 Aug 22:20
Compare
Choose a tag to compare
  • Frontend fixes

Version 3.0.0

10 Aug 00:50
Compare
Choose a tag to compare
  • 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

Full Changelog: 2.6.0...3.0.0