Commit Graph

7096 Commits

Author SHA1 Message Date
Mike Fährmann
1fc20d3fdd [aryion] fix pagination (#8091)
ensure there is no "Next >>" link before stopping
2025-08-21 10:59:42 +02:00
Mike Fährmann
ff94f1dec5 [twitter:avatar] fix "KeyError: 'profile_image_url_https'" (#8087)
fixes regression introduced in 5747dbf00c
2025-08-21 05:58:33 +02:00
Mike Fährmann
78f78fe64b [gelbooru_v02] support using 'api-key' & 'user-id' (#8077)
- detect API error messages
- add default 1.0s request delay to 'rule34'
2025-08-20 22:48:20 +02:00
Mike Fährmann
55a2633196 [vichan] support 'guro.cx' (#8080) 2025-08-20 11:38:29 +02:00
Mike Fährmann
d9d8172364 [tumblr:search] fix 'ValueError: not enough values to unpack' (#8079)
fixes regression introduced in 21160a8b08
2025-08-20 08:45:19 +02:00
Mike Fährmann
a8b334e866 [twitter] add 'home' extractor (#7974) 2025-08-19 23:03:24 +02:00
Mike Fährmann
47150f3e8a [twitter] add 'highlights' extractor (#7826) 2025-08-19 09:14:39 +02:00
Mike Fährmann
8252980264 [twitter] extract 'community' metadata (#7424)
update default download directories and archive IDs
for community extractors
2025-08-19 08:56:04 +02:00
Mike Fährmann
5747dbf00c [twitter] update API endpoint query hashes & parameters 2025-08-18 21:50:10 +02:00
Mike Fährmann
8968b1d327 [batoto] extract more metadata (#7994) 2025-08-18 18:26:30 +02:00
Mike Fährmann
5051045707 [dl:http] emit debug message when 'adjust-extension' triggers 2025-08-18 15:14:40 +02:00
Mike Fährmann
ebd69a17f4 [instagram:highlights] extract 'user' metadata (#7846) 2025-08-18 11:40:54 +02:00
Mike Fährmann
2b5287e2e1 [instagram] remove 'candidates' number check (#7921)
Too many false positives (e.g. #7989 #8071)
and only checking image dimensions should catch these "errors" as well.
2025-08-18 11:23:00 +02:00
Mike Fährmann
c1abcb99de [twitter] handle "KeyError: 'result'" for retweets (#8072) 2025-08-18 10:18:03 +02:00
Mike Fährmann
7c10fce562 [newgrounds] extract 'slug' metadata (#8064) 2025-08-17 23:52:28 +02:00
Mike Fährmann
c71766e6ab [pixiv] distinguish empty from deleted profiles (#8066)
fixes regression introduced in d5e2fe4f44
2025-08-17 23:51:50 +02:00
Mike Fährmann
7dbd3e40f7 [scripts/init] add '-g/--git' command-line option 2025-08-17 23:51:49 +02:00
Mike Fährmann
f23f506362 [scripts/init] refactor 2025-08-17 23:51:49 +02:00
Mike Fährmann
c38386f1ed [scripts/generate_result] add '-g/--git' command-line option 2025-08-17 23:51:49 +02:00
Mike Fährmann
d8e466da15 [scripts/util] add 'git' helper 2025-08-17 23:51:49 +02:00
Mike Fährmann
257b87a239 release version 1.30.4 2025-08-16 17:48:48 +02:00
Mike Fährmann
89c62976ca [kemono] send 'Accept: text/css' for API requests (#8047 #8057) 2025-08-16 16:27:43 +02:00
Mike Fährmann
fec37c50f0 fix accessing methods through 'path-metadata' pathfmt proxy (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3193498152
2025-08-16 15:54:06 +02:00
Mike Fährmann
2d49d3d843 [path] add '__str__()' method 2025-08-16 15:50:08 +02:00
Mike Fährmann
6d65c65647 [newgrounds] add fallback for 'full_image_text' with empty 'src' 2025-08-16 15:44:34 +02:00
Mike Fährmann
e599e3f0d6 [civitai] add 'videos' extractor (#6644) 2025-08-16 11:08:37 +02:00
Mike Fährmann
c2b11dd475 [civitai] do not restrict file types by default (#8053) 2025-08-16 10:17:51 +02:00
Mike Fährmann
d1a9fec2a8 [civitai] fix '403 Forbidden' errors for searches 2025-08-16 09:44:07 +02:00
Mike Fährmann
9accae16b9 release version 1.30.3 2025-08-15 15:33:26 +02:00
Mike Fährmann
fa8fd260fe [comick] handle volume-only chapters (#8043) 2025-08-15 11:16:42 +02:00
Mike Fährmann
41391fc1c8 [comick] fix exception when filtering by 'group' (#8045) 2025-08-15 09:23:40 +02:00
Mike Fährmann
dd30d64340 [kemono] update '/creators' endpoint (#8039 #8040) 2025-08-15 08:03:58 +02:00
Mike Fährmann
682e29a535 [path] implement 'path-convert' option (#493 #6582) 2025-08-14 19:33:24 +02:00
Mike Fährmann
b4a897aede [skeb] rename 'sent-requests' subcategory to 'sentrequests' (#8036)
to avoid clashes with 'sent-requests' option
2025-08-14 17:40:20 +02:00
Mike Fährmann
4c89126116 [build/setup.py] add 'jinja2' to 'extra' dependencies (#1390) 2025-08-14 12:20:47 +02:00
Mike Fährmann
08a399d9d0 [docs/supportedsites] fix subcategories for imgtaxi/imgwallet 2025-08-14 12:17:11 +02:00
Mike Fährmann
42582af4f1 [kemono] support '"endpoint": "posts+"' for full metadata (#8028)
alias for "legacy+"
2025-08-14 12:13:12 +02:00
Mike Fährmann
ca3331d19f [tests/results] support 'iso:…' tests 2025-08-14 11:53:00 +02:00
Mike Fährmann
b9429de774 [tests] use f-strings (##7671) 2025-08-14 10:22:42 +02:00
Mike Fährmann
a87c447af2 [tests/results] improve error for undefined list items 2025-08-14 09:03:51 +02:00
Mike Fährmann
df15fc0157 [kemono][coomer] fix extraction (#8028 #8031)
- use new '/posts' API endpoint
  ("endpoint": "legacy+" to get full metadata)
- ensure 'utf-8' encoding
' fix 'dms'
2025-08-14 08:28:33 +02:00
Mike Fährmann
d54c35a0d3 [vkj] update default 'archive_fmt' (#8030)
include 'user[id]' to avoid duplicate IDs
2025-08-14 08:07:29 +02:00
Mike Fährmann
8fbb6d29d8 [docs/formatting] update / improve
- add table of contents
- use more links
- reword & reformat general description text
- use HTML entities for double curly braces
  to prevent Jekyll from interpreting them as template expressions
2025-08-13 20:53:31 +02:00
Mike Fährmann
aacdab0761 [aibooru] support 'general.aibooru.online' & 'aibooru.download' 2025-08-13 18:00:58 +02:00
Mike Fährmann
5cb90f685d [docs/supportedsites] add categories as 'id' & 'title' attributes 2025-08-13 18:00:58 +02:00
Mike Fährmann
16d37fcefc [docs/supportedsites] list 'imagehost' sites in separate table 2025-08-13 16:50:11 +02:00
Mike Fährmann
8f67dd347b [scripts/supportedsites] update 'generate_output()'
use f-strings etc
2025-08-13 16:12:33 +02:00
Mike Fährmann
ef635635c1 [imagehosts] combine imgdrive/taxi/wallet extractors
less class definitions for the same code
2025-08-13 15:31:04 +02:00
Mike Fährmann
bbdf584919 [imgwallet] add 'image' extractor (#8021) 2025-08-13 11:58:54 +02:00
Mike Fährmann
8581b3f7c5 [silverpic] add 'image' extractor (#8020) 2025-08-13 09:16:03 +02:00