Skip to content

Version 3.2.2!

Compare
Choose a tag to compare
@YourKalamity YourKalamity released this 25 May 20:55
· 9 commits to master since this release
d11795c

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

  1. Download lazy-dsi-file-downloader-v3.2.2-Windows.zip
  2. Right click and extract it
  3. Run lazy-dsi-file-downloader-v3.2.2-Windows.exe

macOS instructions

  1. Download and extract lazy-dsi-file-downloader-v3.2.2-macOS.zip
  2. Open Terminal
  3. 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

Don't forget to star if it helped you :p

Full Changelog: YourKalamity/lazy-dsi-file-downloader@3.1.4...v3.2.2