Skip to content

Commit 939293f

Browse files
committed
release version 1.31.8
1 parent 5c835d1 commit 939293f

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

CHANGELOG.md

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

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+
344
## 1.31.7 - 2026-02-24
445
### Extractors
546
#### 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.7/gallery-dl.exe>`__
82+
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.31.8/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.7/gallery-dl.bin>`__
84+
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.31.8/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.7"
9+
__version__ = "1.31.8"
1010
__variant__ = None

0 commit comments

Comments
 (0)