v1.32.2
Added 3
- Add shareimage gallery extractor
- Implement fmt.py script
- Add domain option to filester
Changed 8
- Always forward search query parameters in exhentai
- Unescape HTML entities in exhentai API metadata titles
- Support mirror domains in filester
- Support pixeldrain URLs with .net TLD
- Support postype URLs with language codes
- Improve realbooru pagination end condition
- Improve shimmie2 pagination end condition
- Support subscribestar.art URLs in subscribestar
Fixed 9
- Fix 8chan IndexError: tuple index out of range
- Fix bunkr file downloads
- Fix exhentai torrent downloads for parent galleries
- Fix furaffinity metadata for Modern Theme
- Fix furaffinity download URLs of non-image files
- Fix gofile 401 Unauthorized
- Fix instagram AttributeError when display_url is None
- Prevent mangadex KeyError: 'attributes'
- Fix sankaku extended tag categories
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(cb#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 (
cb#147)
- improve pagination end condition (
- sankaku
- fix extended tag categories (
cb#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