v1.32.4
Added 3
- Add support for pawchive extractor
- Add fee-min option to fanbox
- Implement and use b64… functions in util
Changed 6
- Update modules extraction in bilibili
- Use workaround for Access Restricted images in hypnohub
- Update domain to motherless.xxx in motherless
- Restore background fallback URLs in pixiv
- Generalize file URL extraction in shimmie2
- Improve retweet extraction in weibo
Fixed 8
- Extract title without HTML entities in aryion
- Fix metadata extraction in aryion
- Fix file URLs in civitai
- Bypass CF and fix 403 error for downloads in comicartfans
- Fix crash on title values with double quotes in facebook
- Fix crash on Image Not Found posts in furaffinity
- Fix username & password login in kemono
- Fix filename metadata in xasiat
Removed 1
- Remove cfake module
Active development has moved to Codeberg
(see [Announcement] Moving to Codeberg for details)
https://codeberg.org/mikf/gallery-dl/releases/tag/v1.32.4
Extractors
- Additions
- Removals
- [cfake] remove module
- aryion
- bilibili
- update
modulesextraction (gh#9596)
- update
- civitai
- fix file URLs
- comicartfans
- bypass CF and fix 403 error for downloads
- facebook
- fix crash on
titlevalues with double quotes (cb#198)
- fix crash on
- fanbox
- add
fee-minoption
- add
- furaffinity
- fix crash on
Image Not Foundposts (cb#195)
- fix crash on
- hypnohub
- use workaround for
Access Restrictedimages (gh#9586)
- use workaround for
- kemono
- fix username & password login
- motherless
- update domain to
motherless.xxx(gh#9601)
- update domain to
- pixiv
- restore
backgroundfallback URLs (gh#9587)
- restore
- shimmie2
- generalize file URL extraction (
cb#182)
- generalize file URL extraction (
- xasiat
- fix
filenamemetadata (gh#9589)
- fix
Utilities
- util
- implement and use
b64…functions
- implement and use