|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.31.4 - 2026-01-24 |
| 4 | +### Extractors |
| 5 | +#### Additions |
| 6 | +- [kaliscan] add support ([#8917](https://github.com/mikf/gallery-dl/issues/8917)) |
| 7 | +- [turbo] add support - rewrite `saint` extractors ([#8893](https://github.com/mikf/gallery-dl/issues/8893) [#8896](https://github.com/mikf/gallery-dl/issues/8896)) |
| 8 | +- [xenforo] support `celebforum.to` ([#8902](https://github.com/mikf/gallery-dl/issues/8902)) |
| 9 | +- [xenforo] add `media-album` extractor ([#8902](https://github.com/mikf/gallery-dl/issues/8902)) |
| 10 | +#### Fixes |
| 11 | +- [mangafire] fix extractors - generate `vrf` tokens ([#8400](https://github.com/mikf/gallery-dl/issues/8400) [#8906](https://github.com/mikf/gallery-dl/issues/8906)) |
| 12 | +- [nitter] use `gallery-dl/<version>` User-Agent ([#7045](https://github.com/mikf/gallery-dl/issues/7045) [#8130](https://github.com/mikf/gallery-dl/issues/8130) [#8409](https://github.com/mikf/gallery-dl/issues/8409)) |
| 13 | +- [tiktok] fix `following` extractor ([#8849](https://github.com/mikf/gallery-dl/issues/8849)) |
| 14 | +- [xenforo] fix using cookies for custom instances ([#8902](https://github.com/mikf/gallery-dl/issues/8902)) |
| 15 | +#### Improvements |
| 16 | +- [imagebam] raise `NotFoundError` for deleted images & galleries ([#8890](https://github.com/mikf/gallery-dl/issues/8890)) |
| 17 | +- [kemono:discord] improve `filename` parsing |
| 18 | +- [kemono:discord] support server URLs with trailing `/` |
| 19 | +- [tiktok] download best quality videos ([#8846](https://github.com/mikf/gallery-dl/issues/8846)) |
| 20 | +- [tiktok] prefer `legacy` endpoint for user post extraction ([#8812](https://github.com/mikf/gallery-dl/issues/8812) [#8847](https://github.com/mikf/gallery-dl/issues/8847)) |
| 21 | +- [twitter] implement `"ratelimit": "abort:N"` ([#5251](https://github.com/mikf/gallery-dl/issues/5251) [#8864](https://github.com/mikf/gallery-dl/issues/8864)) |
| 22 | +- [weebdex] add `data-saver` option ([#8914](https://github.com/mikf/gallery-dl/issues/8914)) |
| 23 | +- [xenforo] ignore links starting with `#` |
| 24 | +#### Metadata |
| 25 | +- [kemono:discord] extract `archives` metadata ([#8898](https://github.com/mikf/gallery-dl/issues/8898)) |
| 26 | +- [xenforo:media-album] extract `album` metadata ([#8902](https://github.com/mikf/gallery-dl/issues/8902)) |
| 27 | +#### Removals |
| 28 | +- [batoto] remove module ([#8834](https://github.com/mikf/gallery-dl/issues/8834) [#8908](https://github.com/mikf/gallery-dl/issues/8908)) |
| 29 | +### Miscellaneous |
| 30 | +- [common] implement `parent-session` option |
| 31 | +- [common] add `googlebot` User-Agent preset |
| 32 | +- [docker] build from `python:3.14-alpine` |
| 33 | +- [release] add more checks before committing a release |
| 34 | +- [util] replace classes with functions for predicates, Popen, HTTPBasicAuth |
| 35 | + |
3 | 36 | ## 1.31.3 - 2026-01-16 |
4 | 37 | ### Extractors |
5 | 38 | #### Additions |
|
0 commit comments