|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.31.8 - 2026-03-07 |
| 4 | +### Extractors |
| 5 | +#### Additions |
| 6 | +- [fanbox] add `tag` extractor ([#9128](https://github.com/mikf/gallery-dl/issues/9128)) |
| 7 | +- [filester] add support ([#9196](https://github.com/mikf/gallery-dl/issues/9196)) |
| 8 | +- [mixdrop] add `file` extractor ([#8982](https://github.com/mikf/gallery-dl/issues/8982) [#9130](https://github.com/mikf/gallery-dl/issues/9130)) |
| 9 | +- [readcomiconline] add `tag` extractor ([#9190](https://github.com/mikf/gallery-dl/issues/9190)) |
| 10 | +#### Fixes |
| 11 | +- [bellazon] fix `content` of posts with multiple quotes ([#9140](https://github.com/mikf/gallery-dl/issues/9140)) |
| 12 | +- [fansly] fix `KeyError: 'data'` ([#9149](https://github.com/mikf/gallery-dl/issues/9149)) |
| 13 | +- [gofile] fix extractor ([#9183](https://github.com/mikf/gallery-dl/issues/9183)) |
| 14 | +- [kemono:discord] fix archive data overwriting general data ([#9184](https://github.com/mikf/gallery-dl/issues/9184) [#9195](https://github.com/mikf/gallery-dl/issues/9195)) |
| 15 | +- [luscious] fix empty file URLs ([#9172](https://github.com/mikf/gallery-dl/issues/9172) [#9188](https://github.com/mikf/gallery-dl/issues/9188)) |
| 16 | +- [paheal] fix tag searches with only 1 result ([#9186](https://github.com/mikf/gallery-dl/issues/9186)) |
| 17 | +- [patreon] update default `User-Agent` headers ([#9165](https://github.com/mikf/gallery-dl/issues/9165)) |
| 18 | +- [reddit:user] disable `only` for `upvoted` & `downvoted` results ([#9124](https://github.com/mikf/gallery-dl/issues/9124)) |
| 19 | +- [simplyhentai] rewrite ([#9158](https://github.com/mikf/gallery-dl/issues/9158)) |
| 20 | +- [tiktok] use more lenient regex for secondary user IDs ([#9094](https://github.com/mikf/gallery-dl/issues/9094)) |
| 21 | +- [twitter] use `max_id` as default `search-pagination` ([#9193](https://github.com/mikf/gallery-dl/issues/9193) [#9194](https://github.com/mikf/gallery-dl/issues/9194)) |
| 22 | +- [weebdex] fix `KeyError: 'chapter'` for oneshots ([#9123](https://github.com/mikf/gallery-dl/issues/9123)) |
| 23 | +- [whyp] fix downloading private content ([#9133](https://github.com/mikf/gallery-dl/issues/9133)) |
| 24 | +#### Improvements |
| 25 | +- [e621] support shared post URLs ([#9168](https://github.com/mikf/gallery-dl/issues/9168)) |
| 26 | +- [sankaku] include parent post in `parent:…` searches ([#9102](https://github.com/mikf/gallery-dl/issues/9102)) |
| 27 | +- [smugmug] improve error for deleted files ([#9140](https://github.com/mikf/gallery-dl/issues/9140)) |
| 28 | +- [tumblr] support media from `answer'/'asks` posts ([#4509](https://github.com/mikf/gallery-dl/issues/4509)) |
| 29 | +- [vipr] detect missing images ([#8415](https://github.com/mikf/gallery-dl/issues/8415)) |
| 30 | +- [xenforo] support `imgur` media embeds ([#9127](https://github.com/mikf/gallery-dl/issues/9127)) |
| 31 | +#### Metadata |
| 32 | +- [facebook:photo] improve metadata availability ([#9147](https://github.com/mikf/gallery-dl/issues/9147)) |
| 33 | +- [pixiv] extract `hash` metadata when available |
| 34 | +- [postimg] fix `filename` metadata ([#9119](https://github.com/mikf/gallery-dl/issues/9119)) |
| 35 | +### Downloaders |
| 36 | +- [http] release connections on `416 Range Not Satisfiable` responses |
| 37 | +### Post Processors |
| 38 | +- [actions] add `actions` postprocessor |
| 39 | +- [hash] allow using `mode` to select hashes |
| 40 | +- [ugoira] add more `mkvmerge` options ([#8803](https://github.com/mikf/gallery-dl/issues/8803)) |
| 41 | +### Miscellaneous |
| 42 | +- [path] add `windows+` as a special `path-restrict` value |
| 43 | + |
3 | 44 | ## 1.31.7 - 2026-02-24 |
4 | 45 | ### Extractors |
5 | 46 | #### Additions |
|
0 commit comments