Commit Graph

7356 Commits

Author SHA1 Message Date
Mike Fährmann
5802107cdf [dt] update representation of invalid datetime objects 2025-10-19 18:51:42 +02:00
Mike Fährmann
989136bc59 [dt] replace 'parse_compat' with compat workaround 2025-10-19 18:26:32 +02:00
Mike Fährmann
6c71b279b6 [dt] update 'parse_datetime' calls with one argument 2025-10-17 22:49:41 +02:00
Mike Fährmann
085616e0a8 [dt] replace 'text.parse_datetime()' & 'text.parse_timestamp()' 2025-10-17 17:43:06 +02:00
Mike Fährmann
d57dc48dcd [tests/results] replace 'datetime' usage
test for 'dt:…' to catch NullDatetime instances,
which inherit from 'datetime.datetime' but are not exactly this class
2025-10-17 17:06:39 +02:00
Mike Fährmann
69f7cfdd0c [dt] replace 'datetime' imports 2025-10-16 11:42:42 +02:00
Mike Fährmann
21350c5084 [dt] introduce 'NullDatetime' to represent invalid datetimes 2025-10-16 09:46:13 +02:00
Mike Fährmann
0eb3c8a994 [dt] replace 'util' datetime functions 2025-10-15 21:30:38 +02:00
Mike Fährmann
d0f5d4e0d3 [tests/dt] add tests 2025-10-15 09:45:30 +02:00
Mike Fährmann
dc00af8e90 [dt] rename & reorganize functions 2025-10-15 09:21:47 +02:00
Mike Fährmann
4845d39679 [dt] create separate module for datetime utilities 2025-10-12 21:36:18 +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
Mike Fährmann
0aac99673d [poipiku] fix original file downloads (#8356)
now requires 'POIPIKU_LK' cookie
2025-10-06 15:33:11 +02:00
Mike Fährmann
d67bc12ea0 [weibo] ignore ongoing live streams (#8339)
https://github.com/mikf/gallery-dl/issues/8339#issuecomment-3368824472
2025-10-06 15:30:31 +02:00
Mike Fährmann
9f7aa0d467 [weibo] use 'page' parameter for 'feed' results (#7523 #8128 #8357) 2025-10-06 08:00:26 +02:00
Mike Fährmann
96c0e9e5c8 [weibo] use f-strings 2025-10-06 07:49:27 +02:00
Mike Fährmann
7990d04fcc [weibo] load user cookies after sina_visitor_system() cookies
allow user cookies to overwrite sina cookies
and not the other way round

(#6447 #7939 #8063 #8354)
2025-10-05 22:11:52 +02:00
Mike Fährmann
c58f66ab06 merge #8344: [wikimedia] fix name & extension of files without an extension 2025-10-05 19:22:07 +02:00