Version 3.2.2!
This release adds back the console output window for better debugging.
If the application freezes at any point, check the console window (black command-like screen that pops up alongside the main program) and let us know in our Discord Server what happened.
Windows instructions
- Download
lazy-dsi-file-downloader-v3.2.2-Windows.zip
- Right click and extract it
- Run
lazy-dsi-file-downloader-v3.2.2-Windows.exe
macOS instructions
- Download and extract
lazy-dsi-file-downloader-v3.2.2-macOS.zip
- Open Terminal
- Drag and drop
lazy-dsi-file-downloader-macOS
onto the Terminal window and press return
Python3 instructions (Linux, Windows, macOS)
- Extract all files in
lazy-dsi-file-downloader-v3.2.2-Python3.zip
- Run:
pip install -r requirements.txt
- Run using Python3.5 or higher :
- Linux / macOS :
python3 main.py
- Windows :
python main.py
- Linux / macOS :
Don't forget to star if it helped you :p
Full Changelog: YourKalamity/lazy-dsi-file-downloader@3.1.4...v3.2.2