gdl-pwsh is a PowerShell script that uses gallery-dl to download image galleries and image hosting sites. The executable is currently only available to Windows.
P.S. Most of this file was copied from gallery-dl, if you want to see the official documentation check here
- gallery-dl
- PowerShell 7.5+ (or Windows PowerShell)
- Download the latest executable in the releases section or click here. It will be callec
gdl.exe
orgdl-pwsh.exe
. Also, make sure to download thestart.bat
file along with the executable. - Put both
gdl-pwsh.exe
andstart.bat
in a folder together. Then runstart.bat
, this should open a command prompt window with the main menu open. - Find the option that says "Download gallery-dl" or similar to download gallery-dl from WinGet and update from the source.
- Now you should be all good to continue to download your images with the first and second options on the main menu.
- Either clone this repo (
git clone https://github.com/mcalec-dev/gdl-pwsh.git
or get the latest.zip
file from the releases section. - Extract and open the folder and double-click the file named
run.bat
(notrun.ps1
). Once the script loads a command prompt window should open. - Find the option that says "Download gallery-dl" or similar to download gallery-dl from WinGet and update from the source.
- Now you should be all good to continue to download your images with the first and second options on the main menu.
Have an issue with the script? Please create an issue.