Windows PowerShell / CMD · Copy & paste · Updated 2026
All essential gallery-dl commands in one place. Paste directly into PowerShell or CMD. Replace the URL with your target link.
Essentials
gallery-dl "URL"
gallery-dl --cookies-from-browser chrome "URL"
gallery-dl --version
gallery-dl -U
gallery-dl --simulate "URL"
gallery-dl -v "URL"
Output & filenames
gallery-dl -d "C:\Images" "URL"
gallery-dl --filename "{category}_{author}_{num:>04}.{extension}" "URL"
gallery-dl -d "C:\Images" --directory "{category}/{author}" "URL"
gallery-dl --config "C:\Tools\gallery-dl\myconfig.json" "URL"
Authentication
gallery-dl --cookies-from-browser chrome "URL"
gallery-dl --cookies-from-browser firefox "URL"
gallery-dl --cookies "C:\Tools\gallery-dl\cookies.txt" "URL"
gallery-dl -u "username" -p "password" "URL"
Filters & selection
gallery-dl --image-filter "extension in ('jpg','jpeg','png','webp','gif')" "URL"
gallery-dl --chapter-filter "index < 50" "URL"
gallery-dl --download-archive "C:\Tools\gallery-dl\archive.txt" "URL"
gallery-dl --image-filter "filesize > 500000" "URL"
Performance & rate limiting
gallery-dl --rate 2M "URL"
gallery-dl --sleep-request 2 "URL"
gallery-dl --retries 5 "URL"
gallery-dl --input-file "C:\Tools\gallery-dl\links.txt"
Filename variables
{filename}{extension}{category}{author}{num}{num:>04}{date}{date:%Y-%m-%d}{id}