|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.31.3 - 2026-01-16 |
| 4 | +### Extractors |
| 5 | +#### Additions |
| 6 | +- [booth] add `category` extractor ([#8867](https://github.com/mikf/gallery-dl/issues/8867)) |
| 7 | +- [thefap] add support ([#8821](https://github.com/mikf/gallery-dl/issues/8821) [#8822](https://github.com/mikf/gallery-dl/issues/8822)) |
| 8 | +- [xenforo] implement `media` support ([#8785](https://github.com/mikf/gallery-dl/issues/8785)) |
| 9 | + - add `media-item`, `media-user`, `media-category` extractors |
| 10 | +#### Fixes |
| 11 | +- [ahottie:album] support multiple pages ([#8862](https://github.com/mikf/gallery-dl/issues/8862) [#8886](https://github.com/mikf/gallery-dl/issues/8886)) |
| 12 | +- [bellazon] use `data-full-image` URLs if available ([#8833](https://github.com/mikf/gallery-dl/issues/8833)) |
| 13 | +- [fanbox] make `comments` extraction non-fatal ([#8814](https://github.com/mikf/gallery-dl/issues/8814)) |
| 14 | +- [imagevenue] fix `NotFoundError` for valid image links ([#8818](https://github.com/mikf/gallery-dl/issues/8818)) |
| 15 | +- [xenforo] fix/improve `bb*Wrapper` extraction ([#8868](https://github.com/mikf/gallery-dl/issues/8868)) |
| 16 | +#### Improvements |
| 17 | +- [bellazon] match thread URLs with escaped characters |
| 18 | +- [bilibili] add support for Live Photo downloads ([#8860](https://github.com/mikf/gallery-dl/issues/8860)) |
| 19 | +- [booth:item] support URLs with language codes |
| 20 | +- [chevereto] implement password support |
| 21 | +- [chevereto:user] support `album` results |
| 22 | +- [dankefuerslesen] support `/reader/series` URLs ([#8811](https://github.com/mikf/gallery-dl/issues/8811)) |
| 23 | +- [furaffinity:favorite] support URLs with custom start position |
| 24 | +- [imagetwist:gallery] support multiple pages ([#8826](https://github.com/mikf/gallery-dl/issues/8826)) |
| 25 | +- [koofr] refactor ([#8803](https://github.com/mikf/gallery-dl/issues/8803)) |
| 26 | +- [pixeldrain:album] add `zip` option |
| 27 | +- [pixeldrain] warn about hotlink-protected files ([#8803](https://github.com/mikf/gallery-dl/issues/8803)) |
| 28 | +- [pixeldrain] improve `filename` parsing |
| 29 | +- [rule34xyz] support URLs with `www` subdomain ([#8875](https://github.com/mikf/gallery-dl/issues/8875)) |
| 30 | +- [saint] support `turbovid.cr` & `turbo.cr` URLs ([#8851](https://github.com/mikf/gallery-dl/issues/8851) [#8888](https://github.com/mikf/gallery-dl/issues/8888)) |
| 31 | +- [shopify] support URLs starting with language codes |
| 32 | +- [webtoons] extend `bgm` option ([#8733](https://github.com/mikf/gallery-dl/issues/8733)) |
| 33 | +- [weibo:album] implement `subalbum` support ([#8792](https://github.com/mikf/gallery-dl/issues/8792)) |
| 34 | +- [wikimedia] use `gallery-dl/<version>` User-Agent ([#8770](https://github.com/mikf/gallery-dl/issues/8770) [#8861](https://github.com/mikf/gallery-dl/issues/8861)) |
| 35 | +#### Metadata |
| 36 | +- [bellazon] unescape `thread[slug]` names |
| 37 | +- [imagetwist:gallery] extract `gallery_title` & `gallery_id` metadata |
| 38 | +- [motherless] fix gallery media metadata issues ([#8873](https://github.com/mikf/gallery-dl/issues/8873)) |
| 39 | +- [rule34xyz] recognize `system` & `meta` tag types |
| 40 | +- [sexcom] fix `tags` when passing cookies ([#8880](https://github.com/mikf/gallery-dl/issues/8880)) |
| 41 | +- [tiktok] provide `post_type` metadata ([#8815](https://github.com/mikf/gallery-dl/issues/8815)) |
| 42 | +- [xenforo] extract `author_slug` metadata ([#8785](https://github.com/mikf/gallery-dl/issues/8785)) |
| 43 | +### Downloaders |
| 44 | +- [ytdl] implement `_ytdl_manifest_remux` |
| 45 | +### Miscellaneous |
| 46 | +- [common] implement `"user-agent": "+PRESET"` |
| 47 | +- [docs/README] add Discord link |
| 48 | +- [formatter] overload `.` operator |
| 49 | +- [job] fix extractor `kwdict` values being unavailable in filters |
| 50 | +- [util] adjust Firefox/Chrome User-Agent versions |
| 51 | +- [util] rename `USERAGENT` to `USERAGENT_GALLERYDL` ([#8836](https://github.com/mikf/gallery-dl/issues/8836)) |
| 52 | + |
3 | 53 | ## 1.31.2 - 2026-01-02 |
4 | 54 | ### Extractors |
5 | 55 | #### Additions |
|
0 commit comments