Commit Graph

1645 Commits

Author SHA1 Message Date
Mike Fährmann
c0035d8d52 [simpcity] fix "KeyError: 'url'" when thread author is deleted (#8323) 2025-10-01 08:40:24 +02:00
Mike Fährmann
329ac4099d [instagram] support '/reels/SHORTCODE' URLs (#8318) 2025-10-01 08:14:49 +02:00
Mike Fährmann
12132667ec [paheal] normalize "No results" output message (#8313) 2025-09-29 18:58:04 +02:00
Mike Fährmann
3de8d30765 [zerochan] normalize "No results" output message (#8313)
catch and handle '404 Not Found' responses
2025-09-29 18:56:02 +02:00
Mike Fährmann
53389143cb [chevereto] fix 'id' for links without file name (#8307)
e.g. https://jpg6.su/img/LecXGS/
2025-09-27 18:47:21 +02:00
Mike Fährmann
eee78f8148 [pp:python] restore archive functionality
fixes regression introduced in 09f0ba8e9c
2025-09-27 09:59:47 +02:00
Mike Fährmann
abf56e4c13 [chevereto] support URLs with 'www' subdomain (#8149)
https://github.com/mikf/gallery-dl/issues/8149#issuecomment-3336770171
2025-09-26 08:19:35 +02:00
Mike Fährmann
2f532bb699 [chevereto] remove 'img.kiwi' 2025-09-26 08:14:50 +02:00
Mike Fährmann
6d4d808661 [mangafire] add support (#7064 #7701) 2025-09-25 22:27:15 +02:00
Mike Fährmann
4ad2596667 [patreon] add 'collection' extractor (#8286) 2025-09-24 21:29:15 +02:00
Mike Fährmann
303bb5b4d2 [imxto:gallery] add test with 1000+ imagees 2025-09-24 20:01:33 +02:00
Mike Fährmann
c095ff2d9b [thehentaiworld] adjust 'type' according to post URL 2025-09-23 22:10:55 +02:00
Mike Fährmann
889ecd7963 [thehentaiworld] support '/gif-animated-hentai-images/' URLs (#8277)
generalize 'post' URL pattern
2025-09-23 22:10:46 +02:00
Mike Fährmann
4a9e0f065e [thehentaiworld] support '/3d-cgi-hentai-images/' URLs (#8276) 2025-09-23 08:15:50 +02:00
ramoswilly
facc0e0250 [Danbooru] add 'random' extractor
Adds a new `DanbooruRandomExtractor` to support downloading from `danbooru.donmai.us/posts/random?tags=` URLs.
2025-09-22 21:14:34 +02:00
Mike Fährmann
a5d2d19a3c [tests:twitter] add 'animated_gif' result 2025-09-22 18:04:14 +02:00
Mike Fährmann
4052068d5a [pp:metadata] add '"mode": "print"' (#2691)
https://github.com/mikf/gallery-dl/issues/2691#issuecomment-3276158980
2025-09-22 17:54:53 +02:00
Mike Fährmann
2480ba2a55 [pp:python] add '"mode": "eval"' 2025-09-22 17:54:37 +02:00
Mike Fährmann
5066de020a [vipergirls] implement 'order-posts' option (#8248) 2025-09-22 11:20:59 +02:00
Mike Fährmann
8d672fb1ea [ytdl] update to 08d78996831bd8e1e3c2592d740c3def00bbf548 2025-09-21 18:14:59 +02:00
Mike Fährmann
830bb8f2ef [iwara] extract more metadata (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3315927586

- description
- tags
- slug
- rating
- comments
- likes
- views
2025-09-21 16:43:04 +02:00
Mike Fährmann
997e7422ff [bellazon] update (#8247)
- include 'filename' in default filename_fmt and archive_fmt as 'id'
  alone is not guaranteed to be unique, even in the same post
  https://www.bellazon.com/main/topic/3556-bipasha-basu
  /page/2/#findComment-2536060
- support 'inline' files
- ignore '/profile/' links
- do not increment 'num' on ignored files
2025-09-21 16:20:17 +02:00
Mike Fährmann
6df17cc621 [lensdump] support new pattern of direct file URLs (#8251) 2025-09-21 08:21:13 +02:00
Mike Fährmann
b79d35e5f2 [facebook] add fallback to 'biography' extraction (#8233) 2025-09-20 22:28:19 +02:00
Mike Fährmann
8796ad02ba [bellazon] add 'order-posts' option (#8248) 2025-09-20 22:12:01 +02:00
Mike Fährmann
c991f05d52 [kemono:discord] add 'order-posts' option (#8241) 2025-09-20 21:26:10 +02:00
Mike Fährmann
dbae953c71 [bellazon] support video embeds (#8239) 2025-09-20 11:06:59 +02:00
Mike Fährmann
0abee97543 [bellazon] support '#comment-12345' post links (#8239) 2025-09-20 09:53:03 +02:00
Mike Fährmann
96ce1926a4 [thehentaiworld] add support (#274 #8237) 2025-09-19 22:13:07 +02:00
Mike Fährmann
713a65923a [bellazon] fix video attachments (#8239) 2025-09-19 12:25:47 +02:00
Mike Fährmann
dbf6de2482 [mangataro] add support (#8237) 2025-09-19 10:38:34 +02:00
Mike Fährmann
312f921959 [facebook] extract 'biography' metadata (#8233) 2025-09-17 21:15:16 +02:00
Mike Fährmann
db208ca1bd [hdoujin] add support (#6810) 2025-09-17 19:29:50 +02:00
Mike Fährmann
1b9e1ff9ff [schalenetwork] fix extraction (#6948 #7391 #7728)
- remove 'cbz' option
- require 'crt' query parameter token as well as a matching User-Agent
2025-09-17 19:29:50 +02:00
Mike Fährmann
a0b3e08f64 [tests/extractor] ensure Extractor classes match 2025-09-17 19:29:49 +02:00
Mike Fährmann
a16238edda [util] add __enter__ & __exit__ methods to NullResponse (#8227) 2025-09-17 09:09:08 +02:00
Mike Fährmann
9ea0071bdf [chevereto] add 'category' extractor (#5179) 2025-09-15 21:58:47 +02:00
Mike Fährmann
5ddc0064ed [chevereto] support 'imglike.com' (#5179) 2025-09-15 21:47:54 +02:00
Mike Fährmann
f13ab25233 [imgpile] add support (#5044) 2025-09-15 20:19:24 +02:00
Mike Fährmann
835dfae345 [simpcity] improve post content extraction (#8214)
use a better end marker to not stop prematurely
when a quoted post is present
2025-09-15 18:19:29 +02:00
Mike Fährmann
8b5ed1ce7c [mangadex] add 'covers' extractor (#4994) 2025-09-14 22:07:47 +02:00
Mike Fährmann
8583883b4d [2ch] update domain to '2ch.su', support '.life' URLs (#8216) 2025-09-14 17:03:15 +02:00
Mike Fährmann
34f9753c0c [imgbb] improve dbe5891d 2025-09-14 08:43:16 +02:00
Mike Fährmann
dbe5891d76 [imgbb] fix & update (#7936) 2025-09-13 23:07:56 +02:00
Mike Fährmann
5d938b17a3 [fansly:creator] support custom wall IDs (#4401) 2025-09-12 22:42:18 +02:00
Mike Fährmann
9677bf6e18 [fansly] add 'creator-media' extractor (#4401) 2025-09-12 22:27:30 +02:00
Mike Fährmann
88bfc0991c [bellazon] add initial support (#7480) 2025-09-12 17:21:34 +02:00
Mike Fährmann
9035b92230 [formatter] support negative indicies
for example '{items[-3]}'
2025-09-11 20:50:50 +02:00
Mike Fährmann
bcf4d579b0 [formatter] exclude '<>\' from '!R' URLs (#8180) 2025-09-11 08:25:23 +02:00
Mike Fährmann
eb9543bcc3 [simpcity] add initial support (#3127 #5145 #5879 #8187) 2025-09-10 18:58:22 +02:00