v1.32.8
Added 5
- Add support for animepictures extractor
- Add support for myfigurecollection extractor
- Add image extractor for imxtw
- Add target option to mtime post processor
- Allow setting custom sleep defaults per extractor in common utilities
Changed 6
- Handle new API response format in civitai
- Distinguish question and answer media from regular inline media in tumblr
- Update browser user-agents and headers in common utilities
- Implement using a list of follow format strings in job
- Include SHA256SUMS and SHA512SUMS files in release
- Adjust Firefox and Chrome User-Agent header versions in util
Fixed 8
- Fix error in audiochan for posts without audioFile
- Fix duplicate filenames in cara
- Fix literature markup extraction in deviantart
- Fix creator posts extraction in fanbox
- Fix fee-min blocking individual post links in fanbox
- Fix flash animation extraction in newgrounds
- Restore protected and blocked_by detection in twitter
- Fix video format selection in weibo
Active development has moved to Codeberg
(see [Announcement] Moving to Codeberg for details)
https://codeberg.org/mikf/gallery-dl/releases/tag/v1.32.8
Extractors
- Additions
- audiochan
- fix error for posts without
audioFile(cb#288)
- fix error for posts without
- cara
- fix duplicate filenames (
cb#284)
- fix duplicate filenames (
- civitai
- handle new API response format (
cb#278)
- handle new API response format (
- deviantart
- fanbox
- fix creator posts extraction (
cb#279) - fix
fee-minblocking individual post links
- fix creator posts extraction (
- newgrounds
- fix
flashanimation extraction (cb#293)
- fix
- tumblr
- distinguish
question&answermedia from regularinlinemedia
- distinguish
- twitter
- restore
protected&blocked_bydetection (cb#290)
- restore
Post Processors
Utilities
- common
- update
browseruser-agents and headers - allow setting custom
sleepdefaults per extractor
- update
- job
- implement using a list of
followformat strings (cb#261)
- implement using a list of
- release
- include
SHA256SUMS&SHA512SUMSfiles
- include
- supportedsites
- update auto-generation script
- util
- adjust Firefox & Chrome
User-Agentheader versions
- adjust Firefox & Chrome