Extractors
Additions
- [bunkr] add extractor for media URLs (#4684)
- [chevereto] add generic extractors for
chevereto
sites (#4664) - [deviantart] implement
"group": "skip"
(#4630) - [fantia] add
content_count
andcontent_num
metadata fields (#4627) - [imgbb] add
displayname
anduser_id
metadata (#4626) - [kemonoparty] support post revisions; add
revisions
option (#4498, #4597) - [kemonoparty] support searches (#3385, #4057)
- [kemonoparty] support discord URLs with channel IDs (#4662)
- [moebooru] add
metadata
option (#4646) - [newgrounds] support multi-image posts (#4642)
- [sankaku] support
/posts/
URLs (#4688) - [twitter] add
sensitive
metadata field (#4619)
Fixes
- [4chanarchives] disable Referer headers by default (#4686)
- [bunkr] fix
/d/
file URLs (#4685) - [deviantart] expand nested comment replies (#4653)
- [deviantart] disable
jwt
(#4652) - [hentaifoundry] fix
.swf
file downloads (#4641) - [imgbb] fix
user
metadata extraction (#4626) - [imgbb] update pagination end condition (#4626)
- [kemonoparty] update API endpoints (#4676, #4677)
- [patreon] update
campaign_id
path (#4639) - [reddit] fix wrong previews (#4649)
- [redgifs] fix
niches
extraction (#4666, #4667) - [twitter] fix crash due to missing
source
(#4620) - [warosu] fix extraction (#4634)
Post Processors
Additions
- support
{_filename}
,{_directory}
, and{_path}
replacement fields for--exec
(#4633)
Miscellaneous
Improvements
- avoid temporary copies with
--cookies-from-browser
by opening cookie databases in read-only mode