A description of the various files is in the README
Changelog
Core changes
- No longer enable
--mtime
by default (#12781) by seproDev - jsinterp
Extractor changes
- Detect invalid m3u8 playlist data (#13601) by Grub4K
- bilibilibangumi: Fix geo-block detection (#13667) by bashonly
- nhkradiru: Fix metadata extraction (#12708) by garret1317
- sproutvideo: Fix extractor (#13610) by bashonly
- twitch: Improve error handling (#13618) by bashonly
- youtube
Downloader changes
Networking changes
- Request Handler: requests: Work around partial read dropping data (#13599) by Grub4K (With fixes in c316416)
Misc. changes
- cleanup: Bump ruff to 0.12.x (#13596) by seproDev
- devscripts: Fix filename/directory Bash completions (#13620) by barsnick
- test: download: Support
playlist_maxcount
(#13433) by InvalidUsernameException