Skip to content

Commit 00a9e5d

Browse files
committed
release version 1.30.10
1 parent 41a0d78 commit 00a9e5d

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

CHANGELOG.md

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

3+
## 1.30.10 - 2025-10-12
4+
### Extractors
5+
#### Additions
6+
- [bluesky] add `bookmark` extractor ([#8370](https://github.com/mikf/gallery-dl/issues/8370))
7+
- [dandadan] add support ([#8381](https://github.com/mikf/gallery-dl/issues/8381))
8+
#### Fixes
9+
- [bellazon] fix video URL extraction ([#8392](https://github.com/mikf/gallery-dl/issues/8392))
10+
- [bluesky] handle exceptions during file extraction
11+
- [civitai] prevent downloading random posts from deleted users ([#8299](https://github.com/mikf/gallery-dl/issues/8299))
12+
- [girlsreleased] update API endpoints ([#8360](https://github.com/mikf/gallery-dl/issues/8360))
13+
- [instagram] restore `video_dash_manifest` downloads ([#8364](https://github.com/mikf/gallery-dl/issues/8364))
14+
- [kemono] prevent fatal exceptions when retrieving user profile data ([#8382](https://github.com/mikf/gallery-dl/issues/8382))
15+
- [mangadex] fix `RuntimeError` for titles without a `description` ([#8389](https://github.com/mikf/gallery-dl/issues/8389))
16+
- [naver-blog] fix video extraction ([#8385](https://github.com/mikf/gallery-dl/issues/8385))
17+
- [poipiku] fix original file downloads ([#8356](https://github.com/mikf/gallery-dl/issues/8356))
18+
- [weibo] fix retrieving followers-only content ([#6447](https://github.com/mikf/gallery-dl/issues/6447) [#7939](https://github.com/mikf/gallery-dl/issues/7939) [#8063](https://github.com/mikf/gallery-dl/issues/8063) [#8354](https://github.com/mikf/gallery-dl/issues/8354) [#8357](https://github.com/mikf/gallery-dl/issues/8357))
19+
- [weibo] use `page` parameter for `feed` results ([#7523](https://github.com/mikf/gallery-dl/issues/7523) [#8128](https://github.com/mikf/gallery-dl/issues/8128) [#8357](https://github.com/mikf/gallery-dl/issues/8357))
20+
- [wikimedia] fix name & extension of files without an extension ([#8344](https://github.com/mikf/gallery-dl/issues/8344))
21+
- [wikimedia] ignore missing files ([#8388](https://github.com/mikf/gallery-dl/issues/8388))
22+
#### Improvements
23+
- [bellazon] ignore links to other threads ([#8392](https://github.com/mikf/gallery-dl/issues/8392))
24+
- [common] disable delay for `request_location()`
25+
- [fansly] update format selection ([#4401](https://github.com/mikf/gallery-dl/issues/4401))
26+
- [fansly] download user posts from all account walls ([#4401](https://github.com/mikf/gallery-dl/issues/4401))
27+
- [instagram] support `/share/SHORTCODE` URLs ([#8340](https://github.com/mikf/gallery-dl/issues/8340))
28+
- [weibo] ignore ongoing live streams ([#8339](https://github.com/mikf/gallery-dl/issues/8339))
29+
- [zerochan] forward URL parameters to API requests ([#8377](https://github.com/mikf/gallery-dl/issues/8377))
30+
#### Metadata
31+
- [instagram] extract `subscription` metadata ([#8349](https://github.com/mikf/gallery-dl/issues/8349))
32+
- [webtoons] fix `episode` metadata extraction ([#2591](https://github.com/mikf/gallery-dl/issues/2591))
33+
#### Removals
34+
- [twitter] remove login support ([#4202](https://github.com/mikf/gallery-dl/issues/4202) [#6029](https://github.com/mikf/gallery-dl/issues/6029) [#6040](https://github.com/mikf/gallery-dl/issues/6040) [#8362](https://github.com/mikf/gallery-dl/issues/8362))
35+
### Post Processors
36+
- [exec] support `{_temppath}` replacement fields ([#8329](https://github.com/mikf/gallery-dl/issues/8329))
37+
### Miscellaneous
38+
- [formatter] improve error messages ([#8369](https://github.com/mikf/gallery-dl/issues/8369))
39+
- [path] implement conditional `base-directory`
40+
- use `utf-8` encoding when opening files in text mode ([#8376](https://github.com/mikf/gallery-dl/issues/8376))
41+
342
## 1.30.9 - 2025-10-03
443
### Extractors
544
#### 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.30.9/gallery-dl.exe>`__
82+
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.30.10/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.30.9/gallery-dl.bin>`__
84+
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.30.10/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.0-dev"
9+
__version__ = "1.30.10"
1010
__variant__ = None

0 commit comments

Comments
 (0)