Commit Graph

7362 Commits

Author SHA1 Message Date
Mike Fährmann
d708181e5f [simpcity] implement login with username & password (#8418) 2025-10-15 18:35:43 +02:00
Mike Fährmann
b336049fac [bellazon] add 'num_internal' & 'num_external' metadata fields (#8415) 2025-10-15 17:25:10 +02:00
Mike Fährmann
c794600821 [workflows:tests] install yt-dlp from PyPI for Python 3.9
4e6a693057
2025-10-15 16:07:23 +02:00
Mike Fährmann
975b0bb145 [cookies] fix cookie count logging message order (#8414)
fixes regression introduced in 9692a6541b
2025-10-15 16:07:23 +02:00
Mike Fährmann
3252ead7c7 [kemono] improve 'filename' 2025-10-15 13:13:46 +02:00
Mike Fährmann
36a3fe45e4 [subscribestar] improve 'filename' (#8416) 2025-10-15 11:52:39 +02:00
Mike Fährmann
17156ab7a2 [text] implement 'nameext_from_name()' 2025-10-15 11:14:49 +02:00
Mike Fährmann
d44a0f8094 [imagetwist] detect removed images (#8415) 2025-10-15 10:27:43 +02:00
Mike Fährmann
43448f7089 [webtoons] fix 'thumbnail' extraction (#8413) 2025-10-15 10:06:10 +02:00
Mike Fährmann
8c62be343e [output] add 'Logger.traceback()' helper 2025-10-14 18:44:29 +02:00
Mike Fährmann
9d054ad18d [workflows:tests] include Python 3.14 & pypy3.11 2025-10-14 14:18:08 +02:00
Mike Fährmann
cda63b94bb [job] use identity checks
micro optimizations...
2025-10-14 12:12:41 +02:00
Mike Fährmann
899dcc62cf [job] implement '"archive-event": "after"' (#8373) 2025-10-14 11:13:17 +02:00
Mike Fährmann
ab3e34e9c3 [instagram] extract correct 'width' & 'height' for videos (#8399)
provide 'width_original' & 'height_original' metadata
2025-10-13 20:05:26 +02:00
Mike Fährmann
55821346f5 [bunkr] extract 'album_...' metadata for '/f/' URLs (#8405) 2025-10-13 19:16:37 +02:00
Mike Fährmann
6e4f9e2ce3 [pixiv] fix "KeyError: 'is_bookmarked'" (#8398) 2025-10-13 12:21:11 +02:00
Mike Fährmann
be46fac6ce [bellazon] fix errors when handling guest users (#8397) 2025-10-13 11:37:09 +02:00
Mike Fährmann
00a9e5dc51 release version 1.30.10 2025-10-12 09:46:59 +02:00
Mike Fährmann
41a0d785ca [bellazon] ignore links to other threads or posts (#8392) 2025-10-12 09:37:16 +02:00
Mike Fährmann
f89f55b215 [bellazon] improve video URL regex (#8392)
match <source> elements with attributes before 'src="..."'
2025-10-12 09:37:15 +02:00
Mike Fährmann
65feed5b64 [wikimedia] ignore missing files (#8388)
Co-authored-by: ClosedPort22 <44864697+ClosedPort22@users.noreply.github.com>
2025-10-12 09:37:15 +02:00
Mike Fährmann
214acc39e6 [mangadex] fix 'RuntimeError' for titles without a 'description' (#8389)
fixes regression introduced in 0a76cbc8c7
2025-10-12 09:37:15 +02:00
Mike Fährmann
11706d1e42 [formatter] improve error messages (#8369) 2025-10-12 09:33:00 +02:00
Mike Fährmann
3a35a4aee4 [civitai] prevent downloading random posts from deleted users (#8299) 2025-10-11 09:09:48 +02:00
Mike Fährmann
c269339dbc [naver-blog] fix 'video' extraction (#8385)
- do not include 'data-module-v2' after regular 'data-module'
- move module load into try-except block
2025-10-10 17:21:23 +02:00
Mike Fährmann
2c0facde72 [kemono] prevent fatal exception when retrieving profile data (#8382) 2025-10-10 17:21:01 +02:00
Mike Fährmann
3f8423aaaf [dandadan] add support (#8381) 2025-10-10 00:41:01 +02:00
Mike Fährmann
ca4e061386 [pp:exec] support '{_temppath}' replacement field (#8329) 2025-10-09 20:59:06 +02:00
Mike Fährmann
3739388035 [docker] build from 'python:3.13-alpine'
c2ac7a49e7
2025-10-09 19:36:41 +02:00
Mike Fährmann
b137d8e5d3 [webtoons] fix 'episode' metadata extraction (#2591)
https://github.com/mikf/gallery-dl/issues/2591#issuecomment-3386463898
2025-10-09 18:34:59 +02:00
Mike Fährmann
877ea44059 [fansly] download user posts from all account walls (#4401)
when no specific wallId is specified
2025-10-09 17:27:47 +02:00
Mike Fährmann
c700cef055 [zerochan] forward URL parameters to API requests (#8377) 2025-10-09 14:33:40 +02:00
Mike Fährmann
724ae3661b [text] add 'empty' argument to 'parse_query()' (#8377)
enables including query parameters without value
2025-10-09 12:10:23 +02:00
Mike Fährmann
af0b68d533 [weibo:feed] send 'page' parameter only when passing cookies (#8357) 2025-10-09 11:22:04 +02:00
Mike Fährmann
de5fe0eea3 [weibo] overhaul cookie initialization (#8357)
detect user-provided 'SUB' & 'SUBP' cookies
2025-10-09 11:18:44 +02:00
Mike Fährmann
99d5c521d1 use 'encoding="utf-8"' when opening files in text mode (#8376) 2025-10-09 09:54:18 +02:00
Mike Fährmann
f482e66417 [poipiku] improve extraction logic (#8356)
- do not automatically discard posts requiring 'retweet' etc (#8374)
- provide 'warning', 'password', & 'requires'  metadata fields
2025-10-09 08:56:58 +02:00
Mike Fährmann
5545a0e8e6 [fansly] update format selection (#4401)
https://github.com/mikf/gallery-dl/issues/4401#issuecomment-3383021221

sort by
- width
- HTTP (formats 0,1,2,3,4)
- DASH (format 303)
- HLS  (format 302)
2025-10-08 23:17:16 +02:00
Mike Fährmann
c723eefcf5 [path] implement conditional 'base-directory' 2025-10-08 21:10:15 +02:00
Mike Fährmann
6a7f5574cf [docs/documentation] use more |type-...| replacements 2025-10-08 18:42:39 +02:00
Mike Fährmann
bc285550e7 [docs/documentation] add note about 'Format String' behavior (#8372) 2025-10-08 18:42:29 +02:00
Mike Fährmann
75bc048275 [docs/documentation] use 'Format String' type for logging opotions 2025-10-08 17:52:51 +02:00
Mike Fährmann
ff0728dcd3 [bluesky] handle exceptions during file extraction 2025-10-08 10:39:51 +02:00
Mike Fährmann
a4e0091b25 [bluesky] add 'bookmark' extractor (#8370) 2025-10-08 10:00:12 +02:00
Mike Fährmann
d49b819886 [poipiku] improve error detection (#8356) 2025-10-07 18:18:13 +02:00
Mike Fährmann
338c69e5ed [instagram] restore 'video_dash_manifest' downloads (#8364)
fixes regression introduced in b49745d351
2025-10-07 09:08:32 +02:00
Mike Fährmann
c1d21e8cb9 [twitter] remove login support (#4202 #6029 #6040 #8362)
broken feature
2025-10-07 08:32:40 +02:00
Mike Fährmann
fc61e551b1 [instagram] extract 'subscription' metadata (#8349)
for "exclusive" content / posts requiring a subscription
2025-10-06 21:16:38 +02:00
Mike Fährmann
22358b3d0a [release] update expected executable sizes (#8359) 2025-10-06 19:50:04 +02:00
Mike Fährmann
1398966f24 [girlsreleased] update API endpoints to '0.2' (#8360) 2025-10-06 19:47:46 +02:00