Version 3.1.4!
This release switches to cx_Freeze for Windows, to hopefully combat the issues with antivirus.
Windows instructions
- Install 7-Zip from here
- Download
lazy-dsi-file-downloader-3.1.4-Windows.zip
- Right click and extract it
- Run
lazy-dsi-file-downloader-3.1.4-Windows.exe
macOS instructions
- Download and extract
lazy-dsi-file-downloader-3.1.4-macOS.zip
- Open Terminal
- Drag and drop
lazy-dsi-file-downloader-3.1.4-macOS
onto the Terminal window and press return
Python3 instructions (Linux, Windows, macOS)
- Extract all files in
lazy-dsi-file-downloader-3.1.4-Python3.zip
- 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
What's Changed
- Switch Windows builds to cx_Freeze by @lifehackerhansol in https://github.com/YourKalamity/lazy-dsi-file-downloader/pull/19
New Contributors
- @lifehackerhansol made their first contribution in https://github.com/YourKalamity/lazy-dsi-file-downloader/pull/19
Full Changelog: YourKalamity/lazy-dsi-file-downloader@3.1.3...3.1.4