Windows PowerShell / CMD · Copiar & Pegar · Actualizado 2026
Todos los comandos esenciales de gallery-dl en un solo lugar. Pega directamente en PowerShell o CMD. Sustituye la URL por tu enlace de destino.
Esenciales
gallery-dl "URL"
gallery-dl --cookies-from-browser chrome "URL"
gallery-dl --version
gallery-dl -U
gallery-dl --simulate "URL"
gallery-dl -v "URL"
Salida & nombres de archivo
gallery-dl -d "C:\Imagenes" "URL"
gallery-dl --filename "{category}_{author}_{num:>04}.{extension}" "URL"
gallery-dl -d "C:\Imagenes" --directory "{category}/{author}" "URL"
gallery-dl --config "C:\Tools\gallery-dl\miconfig.json" "URL"
Filtros & selección
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\archivo.txt" "URL"
gallery-dl --image-filter "filesize > 500000" "URL"
Rendimiento & 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\enlaces.txt"
Variables de nombre de archivo
{filename}{extension}{category}{author}{num}{num:>04}{date}{date:%Y-%m-%d}{id}