Skip to content

Commit 038efda

Browse files
committed
release version 1.31.3
1 parent bce802d commit 038efda

3 files changed

Lines changed: 53 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog
22

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+
353
## 1.31.2 - 2026-01-02
454
### Extractors
555
#### Additions

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Standalone Executable
7979
Prebuilt executable files with a Python interpreter and
8080
required Python packages included are available for
8181

82-
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.31.2/gallery-dl.exe>`__
82+
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.31.3/gallery-dl.exe>`__
8383
(Requires `Microsoft Visual C++ Redistributable Package (x86) <https://aka.ms/vs/17/release/vc_redist.x86.exe>`__)
84-
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.31.2/gallery-dl.bin>`__
84+
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.31.3/gallery-dl.bin>`__
8585

8686

8787
Nightly Builds

gallery_dl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# it under the terms of the GNU General Public License version 2 as
77
# published by the Free Software Foundation.
88

9-
__version__ = "1.31.3-dev"
9+
__version__ = "1.31.3"
1010
__variant__ = None

0 commit comments

Comments
 (0)