Skip to content

Fix Reddit Gallery Gif Downloads - #417

Merged
MalloyDelacroix merged 2 commits into
masterfrom
416-fix-reddit-gallery-gif-downloads
Apr 14, 2026
Merged

Fix Reddit Gallery Gif Downloads#417
MalloyDelacroix merged 2 commits into
masterfrom
416-fix-reddit-gallery-gif-downloads

Conversation

@MalloyDelacroix

Copy link
Copy Markdown
Owner

Files inside of gallery posts were being silently skipped when they were .gif or .mp4 files. This was caused by the extractor logic not accounting for the differences in the returned data structures between regular image files and 'animated' files.

This fix updates the RedditUploadsExtractor to account for this different format and extract .gif and .mp4 files correctly.

Closes #416

Reddit gallery parsing was missing gif files due to the way the urls were extracted from the albums and the way the extensions were found. This fixes both issues.
@MalloyDelacroix
MalloyDelacroix merged commit fabd13a into master Apr 14, 2026
2 checks passed
@MalloyDelacroix
MalloyDelacroix deleted the 416-fix-reddit-gallery-gif-downloads branch April 14, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GIF files not downloaded from Reddit gallery posts

1 participant