Windows 11/10 · Public & NSFW · Images, Galleries, v.redd.it Videos
gallery-dl downloads Reddit image posts, multi-image galleries, and v.redd.it videos (with audio) from subreddits, user pages, and individual posts. Most public content works without login.
Commands
gallery-dl "https://www.reddit.com/r/EarthPorn/"
gallery-dl "https://www.reddit.com/r/subreddit/comments/POST_ID/title/"
gallery-dl "https://www.reddit.com/user/username/submitted/"
gallery-dl --cookies-from-browser chrome "https://www.reddit.com/r/nsfw_subreddit/"
gallery-dl "https://v.redd.it/VIDEO_ID"
gallery-dl --chapter-filter "index < 100" -d "C:\Images\Reddit" "https://www.reddit.com/r/subreddit/"
ffmpeg.exe in the same folder as gallery-dl.exe for merged output.
Config for Reddit
{
"extractor": {
"reddit": {
"cookies": "C:/Tools/gallery-dl/reddit-cookies.txt",
"videos": true,
"filename": "{subreddit}_{id}_{title[:80]}.{extension}",
"sleep-request": 2.0,
"recursion": 1
}
}
}
videos: truerecursion: 1sleep-request: 2.0title[:80]FAQ
ffmpeg.exe in the same folder as gallery-dl.exe and rerun the command. gallery-dl will detect it automatically and output a merged .mp4 file.sleep-request to 3 or 4 seconds in your config. For NSFW content, make sure you pass cookies from a logged-in browser session."videos": false in your Reddit config section, or use an image filter: gallery-dl --image-filter "extension in ('jpg','png','gif','webp')" "URL"."recursion": 1 in your Reddit config — this tells gallery-dl to follow external links and download the actual images from third-party hosts referenced in Reddit posts.