# gallery-dl v1.32.2 - Product: gallery-dl (https://whatsnew.fyi/product/gallery-dl) - Vendor: Mike Fährmann - Date: 2026-06-06 - Version: v1.32.2 - Original notes: https://github.com/mikf/gallery-dl/releases/tag/v1.32.2 - Permalink: https://whatsnew.fyi/product/gallery-dl/releases/v1.32.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add shareimage gallery extractor - **added** — Implement fmt.py script - **fixed** — Fix 8chan IndexError: tuple index out of range - **fixed** — Fix bunkr file downloads - **changed** — Always forward search query parameters in exhentai - **fixed** — Fix exhentai torrent downloads for parent galleries - **changed** — Unescape HTML entities in exhentai API metadata titles - **changed** — Support mirror domains in filester - **added** — Add domain option to filester - **fixed** — Fix furaffinity metadata for Modern Theme - **fixed** — Fix furaffinity download URLs of non-image files - **fixed** — Fix gofile 401 Unauthorized - **fixed** — Fix instagram AttributeError when display_url is None - **fixed** — Prevent mangadex KeyError: 'attributes' - **changed** — Support pixeldrain URLs with .net TLD - **changed** — Support postype URLs with language codes - **changed** — Improve realbooru pagination end condition - **fixed** — Fix sankaku extended tag categories - **changed** — Improve shimmie2 pagination end condition - **changed** — Support subscribestar.art URLs in subscribestar Active development has moved to [Codeberg](https://codeberg.org/mikf/gallery-dl)\ (see [[Announcement] Moving to Codeberg](https://github.com/mikf/gallery-dl/issues/9374) for details) https://codeberg.org/mikf/gallery-dl/releases/tag/v1.32.2 ------------------- ###### Extractors - **Additions** - [shareimage] add `gallery` extractor ([`pr#143`](https://codeberg.org/mikf/gallery-dl/pulls/143)) - **8chan** - fix `IndexError: tuple index out of range` ([`cb#113`](https://codeberg.org/mikf/gallery-dl/issues/113)) - **bunkr** - fix file downloads ([`cb#142`](https://codeberg.org/mikf/gallery-dl/issues/142) [`cb#154`](https://codeberg.org/mikf/gallery-dl/issues/154) [`gh#9554`](https://github.com/mikf/gallery-dl/issues/9554)) - **exhentai** - always forward search query parameters ([`cb#79`](https://codeberg.org/mikf/gallery-dl/issues/79)) - fix torrent downloads for parent galleries ([`gh#9507`](https://github.com/mikf/gallery-dl/issues/9507)) - unescape HTML entities in API metadata titles - **filester** - support mirror domains ([`gh#9501`](https://github.com/mikf/gallery-dl/issues/9501)) - add `domain` option ([`gh#9501`](https://github.com/mikf/gallery-dl/issues/9501)) - **furaffinity** - fix metadata for `Modern Theme` ([`cb#101`](https://codeberg.org/mikf/gallery-dl/issues/101) [`pr#110`](https://codeberg.org/mikf/gallery-dl/pulls/110)) - fix download URLs of non-image files ([`cb#115`](https://codeberg.org/mikf/gallery-dl/issues/115)) - **gofile** - fix `401 Unauthorized` ([`cb#133`](https://codeberg.org/mikf/gallery-dl/issues/133)) - **instagram** - fix `AttributeError` when `display_url` is `None` ([`cb#104`](https://codeberg.org/mikf/gallery-dl/issues/104) [`pr#139`](https://codeberg.org/mikf/gallery-dl/pulls/139)) - **mangadex** - prevent `KeyError: 'attributes'` - **pixeldrain** - support URLs with `.net` TLD ([`cb#105`](https://codeberg.org/mikf/gallery-dl/issues/105)) - **postype** - support URLs with language codes - **realbooru** - improve pagination end condition ([`cb#147`](https://codeberg.org/mikf/gallery-dl/issues/147)) - **sankaku** - fix extended tag categories ([`cb#149`](https://codeberg.org/mikf/gallery-dl/issues/149)) - **shimmie2** - improve pagination end condition ([`gh#9525`](https://github.com/mikf/gallery-dl/issues/9525)) - **subscribestar** - support `subscribestar.art` URLs ([`cb#77`](https://codeberg.org/mikf/gallery-dl/issues/77)) - **toyhouse** - fix & improve metadata extraction - **tumblr** - support blog ID URLs - **twitter** - try to improve `max_id` handling & prevent repeated `previously seen` messages ([`gh#9410`](https://github.com/mikf/gallery-dl/issues/9410) [`gh#9437`](https://github.com/mikf/gallery-dl/issues/9437)) - support `poll_choice_images` cards ([`gh#9511`](https://github.com/mikf/gallery-dl/issues/9511)) - prevent errors for `external` cards - **vipergirls** - fix `domain` not applying to cookies ([`gh#9500`](https://github.com/mikf/gallery-dl/issues/9500)) - improve error for restricted threads ([`gh#9500`](https://github.com/mikf/gallery-dl/issues/9500)) - use a different domain than `viper.click` for login ([`gh#9500`](https://github.com/mikf/gallery-dl/issues/9500)) - **xfolio** - fix `_logged_in` and `header` errors ([`pr#83`](https://codeberg.org/mikf/gallery-dl/pulls/83)) ###### Scripts - implement `fmt.py`