Commit Graph

7224 Commits

Author SHA1 Message Date
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
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
0dfc3b18d3 [common] support single quotes in '_extract_jsonld' & '…_nextdata' 2025-09-11 20:21:55 +02:00
Mike Fährmann
f5cd1fc884 [workflows] update 'checkout' & 'setup-python' versions 2025-09-11 11:59:09 +02:00
Mike Fährmann
bcf4d579b0 [formatter] exclude '<>\' from '!R' URLs (#8180) 2025-09-11 08:25:23 +02:00
Mike Fährmann
340c6469a9 [cyberfile:folder] implement pagination (#5015) 2025-09-11 08:10:54 +02:00
Mike Fährmann
eb9543bcc3 [simpcity] add initial support (#3127 #5145 #5879 #8187) 2025-09-10 18:58:22 +02:00
Mike Fährmann
65de257ce7 [scripts/generate_result] add '-a/--auth' command-line option 2025-09-10 18:58:22 +02:00
Mike Fährmann
fea747768f [util] emit debug 'Proxy Map' logging message (#8195)
in 'build_proxy_map()'
2025-09-10 17:55:05 +02:00
Mike Fährmann
5f3320c6cd [exception] update 'AuthRequired' argument handling
make the text for 'resource' and 'message' fully optional
2025-09-10 16:34:25 +02:00
Mike Fährmann
eaf0591eea [tiktok] fix "KeyError: 'author'" (#8189) 2025-09-10 09:20:03 +02:00
Mike Fährmann
8617c08c6c [cyberfile] add support (#5015) 2025-09-10 09:13:40 +02:00
Mike Fährmann
977e1bece3 [common] add optional 'password' argument to '_get_auth_info()' 2025-09-09 22:06:13 +02:00
Mike Fährmann
752245ac39 [scripts/init] convert 'category' names to lowercase 2025-09-09 22:06:13 +02:00
Mike Fährmann
0cb744b829 [fansly] fix posts with more than 5 files (#4401)
use an additional API request to '/v1/account/media' to fetch
remaining media files not included in the initial API response
2025-09-09 10:14:43 +02:00
Mike Fährmann
5888bcbcf8 [fansly] fix & improve format selection (#4401)
rename 'format' option to 'formats'
2025-09-09 10:14:43 +02:00
Mike Fährmann
f6fcba4040 [twitter] add 'search-stop' option (#8173)
and rename 'pagination-search' to 'search-pagination'
2025-09-09 10:14:43 +02:00
Mike Fährmann
fdfcaa00b9 [tungsten:user] support filtering results by tag (#8061)
forward query parameters

https://github.com/mikf/gallery-dl/issues/8061#issuecomment-3266326296
2025-09-09 10:14:25 +02:00
Mike Fährmann
4d2482ef10 [facebook] fix '/photo/?fbid=…&set=…' being matched as a set (#8181)
reorder 'photo' and 'set' extractors
2025-09-08 09:37:28 +02:00