Skip to content

Commit 9499356

Browse files
committed
release version 1.31.6
1 parent 45af69c commit 9499356

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGELOG.md

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

3+
## 1.31.6 - 2026-02-08
4+
### Extractors
5+
#### Additions
6+
- [fikfap] add `hashtag` extractor ([#9018](https://github.com/mikf/gallery-dl/issues/9018))
7+
#### Fixes
8+
- [8chan] fail downloads of `POW` images ([#8975](https://github.com/mikf/gallery-dl/issues/8975))
9+
- [artstation] fix embedded videos ([#8972](https://github.com/mikf/gallery-dl/issues/8972) [#9003](https://github.com/mikf/gallery-dl/issues/9003))
10+
- [artstation] fix `challenge` extractor
11+
- [imagefap:user] support multiple pages ([#9016](https://github.com/mikf/gallery-dl/issues/9016))
12+
- [imhentai] use alternate strategy for galleries without image data ([#8951](https://github.com/mikf/gallery-dl/issues/8951))
13+
- [instagram] use `/topsearch/` to fetch user information ([#8978](https://github.com/mikf/gallery-dl/issues/8978))
14+
- [pixiv] fix errors when using metadata options for avatar/background
15+
- [simpcity] extract `tiktok` & `reddit` media embeds ([#8994](https://github.com/mikf/gallery-dl/issues/8994) [#8996](https://github.com/mikf/gallery-dl/issues/8996))
16+
- [tiktok] always try to resolve JS challenges ([#8993](https://github.com/mikf/gallery-dl/issues/8993))
17+
- [tiktok] use time cursor for story requests ([#8991](https://github.com/mikf/gallery-dl/issues/8991))
18+
- [tiktok] identify when user accounts do not exist ([#8977](https://github.com/mikf/gallery-dl/issues/8977))
19+
- [tiktok] do not exit early when rolling back cursor ([#8968](https://github.com/mikf/gallery-dl/issues/8968))
20+
- [xhamster] fix user profile extraction ([#8974](https://github.com/mikf/gallery-dl/issues/8974))
21+
#### Improvements
22+
- [8chan] skip `TOS` cookie name lookup if already present
23+
- [artstation] download `/8k/` images ([#9003](https://github.com/mikf/gallery-dl/issues/9003))
24+
- [discord:server-search] use `max_id` for pagination
25+
- [fikfap] allow for dashes in usernames ([#9019](https://github.com/mikf/gallery-dl/issues/9019))
26+
- [instagram] cache user profile results on disk ([#8978](https://github.com/mikf/gallery-dl/issues/8978))
27+
- [reddit:user] implement `only` option ([#8228](https://github.com/mikf/gallery-dl/issues/8228))
28+
- [reddit:user] provide `user` metadata ([#8228](https://github.com/mikf/gallery-dl/issues/8228))
29+
- [tiktok] fix outdated error message ([#8979](https://github.com/mikf/gallery-dl/issues/8979))
30+
- [twitter] support `article` media ([#8995](https://github.com/mikf/gallery-dl/issues/8995))
31+
- [xenforo] implement `"order-posts": "reaction"` ([#8997](https://github.com/mikf/gallery-dl/issues/8997))
32+
### Cookies
33+
- add support for `Floorp` ([#9005](https://github.com/mikf/gallery-dl/issues/9005))
34+
- support `Firefox` 147+ profile paths ([#8803](https://github.com/mikf/gallery-dl/issues/8803))
35+
### Miscellaneous
36+
- [job] fix overwriting `_extractor` fields ([#8958](https://github.com/mikf/gallery-dl/issues/8958))
37+
- use tempfile when updating input files ([#8981](https://github.com/mikf/gallery-dl/issues/8981))
38+
339
## 1.31.5 - 2026-01-31
440
### Extractors
541
#### 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.5/gallery-dl.exe>`__
82+
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.31.6/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.5/gallery-dl.bin>`__
84+
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.31.6/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.6-dev"
9+
__version__ = "1.31.6"
1010
__variant__ = None

0 commit comments

Comments
 (0)