Commit Graph

313 Commits

Author SHA1 Message Date
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
Mike Fährmann
0502256251 release version 1.26.7 2024-01-21 23:02:50 +01:00
Mike Fährmann
db8de13537 [vk] transform image URLs to non-blurred versions (#5017)
apply the same filter from before d85e66bc
2024-01-07 00:19:10 +01:00
Mike Fährmann
6e10260fb0 release version 1.26.6 2024-01-06 17:48:58 +01:00
Mike Fährmann
766316e436 [imagechest] fix loading more than 10 images in a gallery (#4469) 2023-12-25 15:14:43 +01:00
Mike Fährmann
6840717745 release version 1.26.5 2023-12-23 18:24:47 +01:00
Mike Fährmann
1d5ee4239d [docker] let metadata-action automatically generate 'latest' tags 2023-12-10 22:43:04 +01:00
Mike Fährmann
28d60e3546 release version 1.26.4 2023-12-10 17:43:32 +01:00
Mike Fährmann
43ca49c1b4 [github] add workflow to build and push docker images
heavily inspired by and adapted from
https://github.com/danbooru/danbooru/blob/master/.github/workflows/docker-build.yaml
2023-12-02 17:53:11 +01:00
Mike Fährmann
4dde36889c release version 1.26.3 2023-11-27 21:49:20 +01:00
Mike Fährmann
5e58d2b455 [instagram] fix exception on empty 'video_versions' (#4795) 2023-11-10 14:49:29 +01:00
Mike Fährmann
807ddde7e1 release version 1.26.2 2023-11-04 21:58:52 +01:00
Mike Fährmann
31dbbffc0b [twitter] cache 'user_by_…' results (#4719) 2023-10-25 16:45:27 +02:00
Mike Fährmann
95a74be2a5 release version 1.26.1 2023-10-21 16:32:52 +02:00
Mike Fährmann
efaab4fbfa [twitter] fix crash due to missing 'source' (#4620)
regression caused by 06aaedde
2023-10-04 23:01:04 +02:00
Mike Fährmann
85357c1ef8 release version 1.26.0 2023-10-03 21:22:01 +02:00
Mike Fährmann
86be197d11 [twitter] remove '/search/adaptive.json' 2023-07-18 15:45:37 +02:00
Mike Fährmann
248e8bc699 release version 1.25.8 2023-07-15 19:24:43 +02:00
Mike Fährmann
a27dbe8c82 [twitter] use 'TweetResultByRestId' endpoint (#4250)
allows accessing single Tweets without login
2023-07-08 23:17:10 +02:00