setnicka / ulozto-downloader

EOL - end of life | Uloz.to quick multiple sessions downloader
MIT License
279 stars 46 forks source link

Not working downloading due to AttributeError #99

Closed lukynmatuska closed 1 year ago

lukynmatuska commented 2 years ago

For more info see attached screenshot. I tried uninstall and install again package, but It didn't help. Screenshot_20220811_150714

setnicka commented 1 year ago

Fixed in version 3.2.0. Upgrade using:

pip3 install --upgrade ulozto-downloader

You entered URL without https:// and this was an unhandled error. It is now handled correctly plus autofixing of URLs without https:// is also added.

lukynmatuska commented 1 year ago

Now it works. Thank you very much!