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 2.6.0

22 May 16:47
Compare
Choose a tag to compare

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

27 Nov 19:04
Compare
Choose a tag to compare
  • handling of slow download links that returns 302 redirect instead of CAPTCHA challenge

Version 1.7.0

27 Nov 12:05
Compare
Choose a tag to compare
  • getting download links using Tor

Version 1.6.1

17 Nov 11:02
Compare
Choose a tag to compare
  • import tkinter only when needed
  • added --version to main script

Version 1.6

16 Nov 22:31
Compare
Choose a tag to compare
  • fixed issues of starting on Windows
  • added file-tracking links support
  • added support for pornfile.cz

Version 1.5.2

15 Nov 17:52
Compare
Choose a tag to compare
  • bugfix for multiprocessing issue on Windows

Version 1.5.1

15 Nov 17:16
Compare
Choose a tag to compare
  • fixed wait on Uloz.to bounce
  • enhanced console output (colors)
  • safety checks

Version 1.5

14 Nov 19:25
Compare
Choose a tag to compare

New features:

  • built as PyPI package with entry point - could install by pip and
    use new command ulozto-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

23 Mar 22:08
Compare
Choose a tag to compare

Adaptations to the 2020 spring changes on Ulož.to

CAPTCHA and direct download autodetect

12 Dec 14:34
Compare
Choose a tag to compare
Added setup.py and requirements.txt

Also uploaded to pypi as https://pypi.org/project/ulozto-downloader/

Closes #1