Windows 11/10 · Original resolution · Galleries, Favourites, Collections
gallery-dl downloads entire DeviantArt user galleries, favourites, collections and individual deviations in original resolution. Public galleries work without login — mature content requires cookies.
Commands
Run in PowerShell from the folder containing gallery-dl.exe. Public galleries work without cookies.
gallery-dl "https://www.deviantart.com/username/gallery/"
gallery-dl --cookies-from-browser chrome "https://www.deviantart.com/username/gallery/"
gallery-dl --cookies-from-browser chrome "https://www.deviantart.com/username/favourites/"
gallery-dl --cookies-from-browser chrome "https://www.deviantart.com/username/gallery/FOLDER_ID/folder-name"
gallery-dl "https://www.deviantart.com/username/art/artwork-name-123456789"
gallery-dl -d "C:\Images\DeviantArt" "https://www.deviantart.com/username/gallery/"
Config for DeviantArt
{
"extractor": {
"deviantart": {
"cookies": "C:/Tools/gallery-dl/deviantart-cookies.txt",
"original": true,
"metadata": true,
"filename": "{author}_{index}_{title}.{extension}",
"sleep-request": 1.0
}
}
}
original: truemetadata: trueFAQ
"original": true is set in your config (or with a logged-in session). Without it, gallery-dl may download the web-display version. Some older deviations only have web-resolution available regardless.--cookies-from-browser chrome. Make sure your DeviantArt account has mature content enabled in settings.sleep-request: 1.0 is usually sufficient. If you get 429 errors, increase it to 2.0 or 3.0 in your config. Don't run multiple simultaneous gallery-dl instances on DeviantArt.deviantart.com/username/gallery/FOLDER_ID/folder-name.