v1.32.3
Added 5
- Support gallery/carousel media in bluesky extractor
- Download preview files and implement original option in kemono extractor
- Support post URLs with creator name in patreon extractor
- Provide site_id and user_id metadata when possible in vsco extractor
- Support downloading user galleries by site ID in vsco extractor
Changed 7
- Update file URLs in civitai extractor
- Improve next_photo_id extraction in facebook extractor
- Update file URL regex in leakgallery extractor
- Use non-WebP extensions for imageData images in newgrounds extractor
- Update User-Agent version in patreon extractor
- Update domain to pixhost.cc in pixhost extractor
- Update package versions in requirements
Fixed 6
- Do not send empty f_search parameters in exhentai extractor
- Fix 401 Unauthorized error in gofile extractor
- Fix num of audio files and covers in instagram extractor
- Fix oauth:deviantart and oauth:pixiv
- Fix KeyError: 'name' for transform: false in twitter extractor
- Restore bytes value usage in build_query() function
Active development has moved to Codeberg
(see [Announcement] Moving to Codeberg for details)
https://codeberg.org/mikf/gallery-dl/releases/tag/v1.32.3
Extractors
- bluesky
- support gallery/carousel media (
cb#168)
- support gallery/carousel media (
- civitai
- update file URLs (
gh#9421)
- update file URLs (
- exhentai
- do not send empty
f_searchparameters (cb#158)
- do not send empty
- facebook
- improve
next_photo_idextraction
- improve
- gofile
- instagram
- fix
numof audio files & covers (cb#175)
- fix
- kemono
- leakgallery
- update file URL regex (
cb#119)
- update file URL regex (
- newgrounds
- use non-WebP extensions for
imageDataimages (cb#162)
- use non-WebP extensions for
- oauth
- fix
oauth:deviantart&oauth:pixiv(cb#106)
- fix
- patreon
- pixhost
- update domain to
pixhost.cc
- update domain to
- twitter
- fix
KeyError: 'name'for"transform": false(cb#109)
- fix
- vsco
Utilities
- requirements
- update package versions
- text
- restore
bytesvalue usage inbuild_query()(cb#106)
- restore