This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryBroad release touches Extractors, https://github.com/mikf/gallery-dl/issues/9500, https://github.com/mikf/gallery-dl/issues/9501, and Scripts.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Add shareimage extractor with gallery support Add shareimage extractor with gallery support Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Feature | Low |
Always forward search query parameters in exhentai extractor Always forward search query parameters in exhentai extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Feature | Low |
Unescape HTML entities in API metadata titles for exhentai extractor Unescape HTML entities in API metadata titles for exhentai extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Feature | Low |
Support mirror domains and add `domain` option in filester extractor Support mirror domains and add `domain` option in filester extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Feature | Low |
Prevent KeyError: 'attributes' in mangadex extractor Prevent KeyError: 'attributes' in mangadex extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Support URLs with .net TLD in pixeldrain extractor Support URLs with .net TLD in pixeldrain extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Support URLs with language codes in postype extractor Support URLs with language codes in postype extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Improve pagination end condition in realbooru extractor Improve pagination end condition in realbooru extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Improve pagination end condition in shimmie2 extractor Improve pagination end condition in shimmie2 extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Support subscribestar.art URLs in subscribestar extractor Support subscribestar.art URLs in subscribestar extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Support blog ID URLs in tumblr extractor Support blog ID URLs in tumblr extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Improve max_id handling and prevent repeated previously seen messages in twitter extractor Improve max_id handling and prevent repeated previously seen messages in twitter extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Support poll_choice_images cards in twitter extractor Support poll_choice_images cards in twitter extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Improve error for restricted threads in vipergirls extractor Improve error for restricted threads in vipergirls extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Use a different domain than viper.click for login in vipergirls extractor Use a different domain than viper.click for login in vipergirls extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Bugfix | Medium |
Fix IndexError: tuple index out of range in 8chan extractor Fix IndexError: tuple index out of range in 8chan extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Bugfix | Medium |
Fix file downloads in bunkr extractor Fix file downloads in bunkr extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Bugfix | Medium |
Fix torrent downloads for parent galleries in exhentai extractor Fix torrent downloads for parent galleries in exhentai extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Bugfix | Medium |
Fix metadata for Modern Theme in furaffinity extractor Fix metadata for Modern Theme in furaffinity extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Bugfix | Medium |
Fix download URLs of non-image files in furaffinity extractor Fix download URLs of non-image files in furaffinity extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Bugfix | Medium |
Fix `401 Unauthorized` in gofile extractor Fix `401 Unauthorized` in gofile extractor Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Bugfix | Low |
Fix AttributeError when display_url is None in instagram extractor Fix AttributeError when display_url is None in instagram extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Bugfix | Low |
Fix extended tag categories in sankaku extractor Fix extended tag categories in sankaku extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Bugfix | Low |
Fix and improve metadata extraction in toyhouse extractor Fix and improve metadata extraction in toyhouse extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Bugfix | Low |
Prevent errors for external cards in twitter extractor Prevent errors for external cards in twitter extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Bugfix | Low |
Fix domain not applying to cookies in vipergirls extractor Fix domain not applying to cookies in vipergirls extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Bugfix | Low |
Fix _logged_in and header errors in xfolio extractor Fix _logged_in and header errors in xfolio extractor Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
Full changelog
Active development has moved to Codeberg
(see [Announcement] Moving to Codeberg for details)
https://codeberg.org/mikf/gallery-dl/releases/tag/v1.32.2
Extractors
- Additions
- [shareimage] add
galleryextractor (pr#143)
- [shareimage] add
- 8chan
- fix
IndexError: tuple index out of range(cb#113)
- fix
- bunkr
- exhentai
- filester
- furaffinity
- gofile
- fix
401 Unauthorized(gh#133)
- fix
- mangadex
- prevent
KeyError: 'attributes'
- prevent
- pixeldrain
- support URLs with
.netTLD (cb#105)
- support URLs with
- postype
- support URLs with language codes
- realbooru
- improve pagination end condition (
gh#147)
- improve pagination end condition (
- sankaku
- fix extended tag categories (
gh#149)
- fix extended tag categories (
- shimmie2
- improve pagination end condition (
gh#9525)
- improve pagination end condition (
- subscribestar
- support
subscribestar.artURLs (cb#77)
- support
- toyhouse
- fix & improve metadata extraction
- tumblr
- support blog ID URLs
- vipergirls
- xfolio
- fix
_logged_inandheadererrors (pr#83)
- fix
Scripts
- implement
fmt.py
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About gallery-dl
Command-line program to download image galleries and collections from several image hosting sites
Related context
Related tools
Beta — feedback welcome: [email protected]