|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.31.7 - 2026-02-24 |
| 4 | +### Extractors |
| 5 | +#### Additions |
| 6 | +- [pholder] add support ([#2568](https://github.com/mikf/gallery-dl/issues/2568) [#9067](https://github.com/mikf/gallery-dl/issues/9067)) |
| 7 | +- [xenforo] add `profile` extractor ([#9046](https://github.com/mikf/gallery-dl/issues/9046)) |
| 8 | +#### Fixes |
| 9 | +- [deviantart] use private token for `tier` locked deviations ([#9072](https://github.com/mikf/gallery-dl/issues/9072)) |
| 10 | +- [iwara] fix extractors ([#9096](https://github.com/mikf/gallery-dl/issues/9096)) |
| 11 | +- [mangadex] preserve `api-parameters` order ([#9111](https://github.com/mikf/gallery-dl/issues/9111)) |
| 12 | +- [mangadex:covers] fix `400 Bad Request` when using `lang` option |
| 13 | +- [manganelo] fix `manga` extractor ([#9059](https://github.com/mikf/gallery-dl/issues/9059)) |
| 14 | +- [mangataro] fix `chapter` extractor |
| 15 | +- [paheal] fix `md5` metadata ([#9110](https://github.com/mikf/gallery-dl/issues/9110) [#9121](https://github.com/mikf/gallery-dl/issues/9121)) |
| 16 | +- [pornpics] fix `search` extractor pagination ([#9022](https://github.com/mikf/gallery-dl/issues/9022) [#9068](https://github.com/mikf/gallery-dl/issues/9068)) |
| 17 | +- [postimg:gallery] support multiple pages ([#9119](https://github.com/mikf/gallery-dl/issues/9119)) |
| 18 | +- [reddit] fix `KeyError: 'children'` when expanding comments ([#9037](https://github.com/mikf/gallery-dl/issues/9037)) |
| 19 | +- [reddit] fix `/external-preview` embed downloads ([#9037](https://github.com/mikf/gallery-dl/issues/9037)) |
| 20 | +- [reddit:user] fix user lookup when using sub view ([#8228](https://github.com/mikf/gallery-dl/issues/8228) [#9032](https://github.com/mikf/gallery-dl/issues/9032)) |
| 21 | +- [reddit:user] disable `only` for `/saved` results ([#9071](https://github.com/mikf/gallery-dl/issues/9071)) |
| 22 | +- [simpcity] fix `gofile` links ([#9042](https://github.com/mikf/gallery-dl/issues/9042)) |
| 23 | +- [weebdex] fix `chapter-reverse` ([#9041](https://github.com/mikf/gallery-dl/issues/9041)) |
| 24 | +- [xenforo] fix `IndexError` when extracting attachments ([#9046](https://github.com/mikf/gallery-dl/issues/9046)) |
| 25 | +- [xenforo] fix attachments extraction ([#9070](https://github.com/mikf/gallery-dl/issues/9070)) |
| 26 | +#### Improvements |
| 27 | +- [eporner] detect `Age Verification` pages ([#9064](https://github.com/mikf/gallery-dl/issues/9064)) |
| 28 | +- [fikfap] support main page post URLs ([#9026](https://github.com/mikf/gallery-dl/issues/9026)) |
| 29 | +- [imagefap] don't return anything for empty profiles ([#9034](https://github.com/mikf/gallery-dl/issues/9034)) |
| 30 | +- [imagefap] handle `/galleries?folderid=0` URLs ([#9034](https://github.com/mikf/gallery-dl/issues/9034)) |
| 31 | +- [iwara] add `format` option |
| 32 | +- [koofr] improve subdirectory handling |
| 33 | +- [mangadex] add `covers` option |
| 34 | +#### Metadata |
| 35 | +- [chevereto] extract `title` metadata ([#9061](https://github.com/mikf/gallery-dl/issues/9061)) |
| 36 | +- [kemono] add `archives-format` option ([#9104](https://github.com/mikf/gallery-dl/issues/9104)) |
| 37 | +- [koofr] provide `num` & `count` |
| 38 | +### Post Processors |
| 39 | +- [exec] use non-UNC path replacements on Windows ([#8879](https://github.com/mikf/gallery-dl/issues/8879)) |
| 40 | +- [ugoira] fix processing `.gif` frames |
| 41 | +### Miscellaneous |
| 42 | +- [formatter] fix exceptions for non-default `fmt` ([#9113](https://github.com/mikf/gallery-dl/issues/9113)) |
| 43 | + |
3 | 44 | ## 1.31.6 - 2026-02-08 |
4 | 45 | ### Extractors |
5 | 46 | #### Additions |
|
0 commit comments