Commit Graph

331 Commits

Author SHA1 Message Date
Mike Fährmann
f3ed15573a [text] add 'rextr()' 2025-05-23 17:28:58 +02:00
Mike Fährmann
e8b7d93b43 release version 1.29.7 2025-05-23 11:18:15 +02:00
Mike Fährmann
3799369248 [civitai] provide proper 'extension' for model files (#7432) 2025-05-04 17:34:06 +02:00
Mike Fährmann
25e293c16f release version 1.29.6 2025-05-04 09:18:03 +02:00
Mike Fährmann
d7c365e08c [scrolller] fix exception for albums with missing media (#7428)
fixes regression introduced in a44ea6b3d9
2025-04-27 17:10:52 +02:00
Mike Fährmann
87f02acd9e release version 1.29.5 2025-04-26 17:32:07 +02:00
Mike Fährmann
4c8c98a14d use internal, non-caching version of re.compile for extractor patterns
speeds up total compile time of extractor patterns by ~10ms
2025-04-15 22:47:19 +02:00
Mike Fährmann
26747051b0 release version 1.29.4 2025-04-13 10:42:44 +02:00
Mike Fährmann
4bcbc2d5b4 [E621:pool] fix AttributeError (#7265)
fixes regression introduced in 24bbcbcfa3
2025-03-30 18:41:58 +02:00
Mike Fährmann
add52e6880 release version 1.29.3 2025-03-29 10:52:03 +01:00
Mike Fährmann
bf927cbd4f [config] fix using same key multiple times with 'apply' (#7127) 2025-03-16 19:37:04 +01:00
Mike Fährmann
063bf06a64 release version 1.29.2 2025-03-15 09:56:16 +01:00
Mike Fährmann
a859abf6a1 [twitter] prevent exception in '_extract_components()' (#7139) 2025-03-09 10:15:18 +01:00
Mike Fährmann
3eba856e13 release version 1.29.1 2025-03-08 17:08:54 +01:00
Mike Fährmann
472ea737d8 [erome] fix AttributeError for albums without tags (#7076)
fixes regression introduced in 07a9dca459
2025-03-01 21:18:57 +01:00
Mike Fährmann
71ebbfa577 release version 1.29.0 2025-03-01 20:08:19 +01:00
Mike Fährmann
64dc655ed6 [twitter] revert generated CSRF token length to 32 characters (#6895)
revert d9c4fcc7fa
2025-01-30 19:16:10 +01:00
Mike Fährmann
ba9e4795cd release version 1.28.5 2025-01-28 15:11:23 +01:00
Mike Fährmann
2b46b82f9c [release] prevent overwriting ${CHANGELOG}.orig with truncated file
to avoid deleting most of CHANGELOG.md by accident when the release.sh
script gets interrupted halfway through, as happened during the v1.28.3
release in commit 7e8ca377fc
2025-01-12 18:05:35 +01:00
Mike Fährmann
6e3f51a05e release version 1.28.4 2025-01-12 17:22:09 +01:00
Mike Fährmann
a3b9cc7785 [options] mark '--list-extractors' argument as optional 2025-01-05 21:37:44 +01:00
Mike Fährmann
7e8ca377fc release version 1.28.3 2025-01-04 16:42:02 +01:00
Mike Fährmann
18491a4ce6 [tapas] fix TypeError for locked episodes (#6700) 2024-12-21 15:17:51 +01:00
Mike Fährmann
454f766f5e release version 1.28.2 2024-12-20 19:13:42 +01:00
Mike Fährmann
47311352de [cyberdrop] add extractor for media URLs (#2496)
https://github.com/mikf/gallery-dl/issues/2496#issuecomment-2495467133
2024-12-08 20:57:12 +01:00
Mike Fährmann
d7873b9eb7 release version 1.28.1 2024-12-07 18:03:48 +01:00
Mike Fährmann
1e013d1af6 [patreon] allow overriding default User-Agent header
continuation of 5412b22dae
2024-11-30 22:20:05 +01:00
Mike Fährmann
4cd9ce8b39 release version 1.28.0 2024-11-30 11:01:47 +01:00
Mike Fährmann
cc07c81063 [mangadex] apply 'lang' only to chapter results (#6372) 2024-10-27 07:55:14 +01:00
Mike Fährmann
7e43c9292d release version 1.27.7 2024-10-25 18:59:39 +02:00
Mike Fährmann
1df09292b5 consistent __exit__() argument names 2024-10-11 16:43:28 +02:00
Mike Fährmann
bca9a1a1e5 release version 1.27.6 2024-10-11 14:31:17 +02:00
Mike Fährmann
6c0cce8dff [build] remove setuptools and requests version restrictions 2024-09-29 12:57:10 +02:00
Mike Fährmann
df4ecef364 release version 1.27.5 2024-09-28 11:44:10 +02:00
Mike Fährmann
11a508f470 [docker] fix Docker image build
make commands meant to remove unnecessary caches non-fatal
(pip no longer installs setuptools and wheel directly anymore)
2024-09-06 21:27:45 +02:00
Mike Fährmann
dd62768e10 release version 1.27.4 2024-09-06 13:34:55 +02:00
Mike Fährmann
7f0f407d88 [gofile] fix "KeyError: 'childrenIds'" (#5993) 2024-08-11 15:26:58 +02:00
Mike Fährmann
c51475273f release version 1.27.3 2024-08-10 13:05:57 +02:00
Mike Fährmann
008f644ba3 [cien] fix extraction when authenticated (#5934)
'articleBody' doesn't always contain the entire article, it seems.
2024-08-03 21:57:18 +02:00
Mike Fährmann
5f6a8915af release version 1.27.2 2024-08-03 19:22:13 +02:00
Mike Fährmann
84b3da54aa [actions] add 'exec' action (#5619) 2024-06-29 23:02:48 +02:00
Mike Fährmann
8bb793e21b release version 1.27.1 2024-06-22 17:11:44 +02:00
Mike Fährmann
612435480a [workflows:tests] restore Python 3.5 usage
https://github.com/actions/setup-python/issues/866
2024-06-02 01:32:54 +02:00
Mike Fährmann
31bdb288ef release version 1.27.0 2024-06-01 21:06:12 +02:00
Mike Fährmann
601f5becc8 [version] add __variant__
Specifies origin and OS of executable files.
For example 'stable/windows'.
2024-05-27 21:37:01 +02:00
Mike Fährmann
15a4bc2584 [kemonoparty] fix KeyError for empty files (#5368) 2024-03-24 02:21:38 +01:00
Mike Fährmann
c3bafd6a2b release version 1.26.9 2024-03-23 17:41:29 +01:00
Mike Fährmann
741fd00cec [deviantart] extend 'metadata' option (#5175)
alloe fetching extended metadata in addition to the usual
'description', 'tags', etc by setting 'metadata' to a list of
'camera', 'stats', 'submission', 'collection', and 'gallery'

for example "metadata": "stats,submission"
2024-02-18 23:14:14 +01:00
Mike Fährmann
fc46177578 release version 1.26.8 2024-02-17 21:03:19 +01:00
Mike Fährmann
beacfa7436 [bunkr] update domain to 'bunkr.sk' (#5114) 2024-01-25 23:45:41 +01:00