Skip to content

Version 3.2.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@YourKalamity YourKalamity released this 01 May 10:14
· 19 commits to master since this release
411b5c2

This release switches to py7zr to remove the requirement of having 7zip installed on Windows
Additionally Python 3 users will manually have to install the dependencies

This is a BETA, use the last working release (3.1.4) if you run into any issues

Windows instructions

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

macOS instructions

  1. Download and extract lazy-dsi-file-downloader-v3.2.0-beta1-macOS.zip
  2. Open Terminal
  3. Drag and drop lazy-dsi-file-downloader-v3.2.0-beta1-macOS onto the Terminal window and press return

Python3 instructions (Linux, Windows, macOS)

  • Extract all files in lazy-dsi-file-downloader-v3.2.0-beta1-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