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 2.6.0
Many changes done by VladoDriver, thank you :)
- Use Tor stem instead of torpy
- Enhanced download logic for all types of links
- Downloading to the final file instead of bunch of small files
- Enhanced status in the console
- ... and many other
Version 1.7.1
- handling of slow download links that returns 302 redirect instead of CAPTCHA challenge
Version 1.7.0
- getting download links using Tor
Version 1.6.1
- import tkinter only when needed
- added --version to main script
Version 1.6
- fixed issues of starting on Windows
- added file-tracking links support
- added support for pornfile.cz
Version 1.5.2
- bugfix for multiprocessing issue on Windows
Version 1.5.1
- fixed wait on Uloz.to bounce
- enhanced console output (colors)
- safety checks
Version 1.5
New features:
- built as PyPI package with entry point - could install by pip and
use new commandulozto-downloader
- automatic CAPTCHA solving using github.com/JanPalasek/ulozto-captcha-breaker
- reusing completed download links for other parts
- support for direct quick download URLs
Fixes:
- adaptation for Uloz.to changes
- waiting 60 seconds for next CAPTCHA try after Uloz.to bounce
Misc:
- major refactoring + support for easy change of CAPTCHA solve function
Spring 2020
Adaptations to the 2020 spring changes on Ulož.to
CAPTCHA and direct download autodetect
Added setup.py and requirements.txt Also uploaded to pypi as https://pypi.org/project/ulozto-downloader/ Closes #1