Commit Graph

7243 Commits

Author SHA1 Message Date
Mike Fährmann
2a23d482b4 [instagram:tagged] provide full metadata when using 'id:…' (#8263)
and 'metadata' is enabled
2025-09-22 11:32:02 +02:00
Mike Fährmann
a6e6389480 [simpcity] implement 'order-posts' option (#8248) 2025-09-22 11:21:17 +02:00
Mike Fährmann
09f0ba8e9c [pp:python] move '_init_archive()' after events (#8243) 2025-09-22 11:21:17 +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
bfb1fbc991 [facebook] improve 'biography' fallback (#8233)
- add another method
- make previous method locale independent
2025-09-21 17:46:25 +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
6bca0f93a1 [bellazon] add 'quoted' option (#8247)
ignore quoted content by default
2025-09-20 20:56:45 +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
723d0dfa03 [job] reorder 'finalize' hooks (#8243)
prevent 'sqlite3.ProgrammingError: Cannot operate on a closed database.'
when using '"event": "finalize-success"' or '"event": "finalize-error"'
with an archive after e5db6efca9
2025-09-20 09:10:22 +02:00
Mike Fährmann
44d78a6c7d [iwara] make 'type' available for directories (#8245) 2025-09-20 09:01:01 +02:00
Mike Fährmann
ae43182848 [thehentaiworld] make post extraction non-fatal 2025-09-20 08:48:48 +02:00
Mike Fährmann
96ce1926a4 [thehentaiworld] add support (#274 #8237) 2025-09-19 22:13:07 +02:00
Mike Fährmann
e5db6efca9 [pp] close archive database connections (#8243) 2025-09-19 22:12:35 +02:00
Mike Fährmann
b225018eda [reddit] ensure 'comment' metadata field for media files (#8228) 2025-09-19 17:22:33 +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
8ee3d9f0bd [bunkr] fix 'JSONDecodeError' for URL slugs with an ' (#8150) 2025-09-18 10:21:03 +02:00
Mike Fährmann
b819d423d6 [simpcity] yield Directory message for each post 2025-09-17 22:10:28 +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
5aa2124736 [twitter] fix all quoted Tweets being marked as 'deleted' (#8225)
due to "KeyError: 'screen_name'"
when trying to access the author's name

fixes regression introduced in 5747dbf00c
2025-09-16 10:08:32 +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
657d909865 [simpcity] extract URLs from iframe embeds (#8214) 2025-09-15 18:22:31 +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
a3b1100600 [util] extend list of ISO 639 language codes 2025-09-14 22:44:28 +02:00
Mike Fährmann
8b5ed1ce7c [mangadex] add 'covers' extractor (#4994) 2025-09-14 22:07:47 +02:00
Mike Fährmann
858d209b17 [4archive] fix 'TypeError' (#8217)
update 'date' & 'filename' extraction
2025-09-14 21:00:17 +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
22ae0c92a3 release version 1.30.7 2025-09-14 09:37:23 +02:00
Mike Fährmann
7fb15742da [aibooru] fix download URLs (#8212)
handle URLs starting with '//'
2025-09-14 08:43:16 +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
b5fac68ea6 [docs/configuration] update 'actions' docs (#8201) 2025-09-13 12:09:11 +02:00
Mike Fährmann
e01d2e1647 [ao3] fix pagination (#8206) 2025-09-13 12:07:39 +02:00
Mike Fährmann
05128ccf49 [twitter] add 'search-limit' option (#8173)
reduce default limit from 100 to 20
2025-09-13 10:30:58 +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
737a40c943 [boosty] fix extracting 'accessToken' from cookies (#8203) 2025-09-12 19:00:21 +02:00