A description of the various files is in the README
Changelog
Core changes
- No longer enable
--mtime
by default (#12781) by seproDev - jsinterp
- Cache undefined variable names (#13639) by bashonly (With fixes in 805519b)
- Fix variable scoping (#13639) by bashonly, seproDev
Extractor changes
- Add
_search_nextjs_v13_data
helper (#13398) by bashonly (With fixes in b5fea53) - Detect invalid m3u8 playlist data (#13601) by Grub4K
- 9gag: Support browser impersonation (#13678) by bashonly
- bandaichannel: Remove extractor (#13152) by doe1080
- bellmedia: Remove extractor (#13429) by doe1080
- bilibilibangumi: Fix geo-block detection (#13667) by bashonly
- btvplus: Add extractor (#13541) by bubo
- ctv: Remove extractor (#13429) by doe1080
- hotstar: Fix support for free accounts (#13700) by chauhantirth
- joqrag: Remove extractor (#13152) by doe1080
- limelight: Remove extractors (#13267) by doe1080
- lrtradio: Fix extractor (#13717) by Pawka
- mir24.tv: Add extractor (#13651) by swayll
- mixlr: Add extractors (#13561) by seproDev, ShockedPlot7560
- newspicks: Fix extractor (#13612) by doe1080
- nhkradiru: Fix metadata extraction (#12708) by garret1317
- noovo: Remove extractor (#13429) by doe1080
- raisudtirol: Support alternative domain (#13718) by barsnick
- sproutvideo: Fix extractor (#13610) by bashonly
- twitch: Improve error handling (#13618) by bashonly
- unitednationswebtv: Add extractor (#13538) by averageFOSSenjoyer
- vimeo
- youtube
- Do not require PO Token for premium accounts (#13640) by coletdjnz
- Ensure context params are consistent for web clients (#13701) by coletdjnz
- Extract global nsig helper functions (#13639) by bashonly, seproDev
- Fix subtitles extraction (#13659) by bashonly
- Log bad playability statuses of player responses (#13647) by coletdjnz
- tab: Fix subscriptions feed extraction (#13665) by bashonly
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