Generated from: yt-dlp/yt-dlp@bfc861a
A description of the various files are in the README
Changelog
Important changes
- A new release type has been added!
nightly
builds will be made after each push, containing the latest fixes (but also possibly bugs).- When using
--update
/-U
, a release binary will only update to its current channel (eitherstable
ornightly
). - The
--update-to
option has been added allowing the user more control over program upgrades (or downgrades). --update-to
can change the release channel (stable
,nightly
) and also upgrade or downgrade to specific tags.- Usage:
--update-to CHANNEL
,--update-to TAG
,--update-to CHANNEL@TAG
- YouTube throttling fixes!
Core changes
- Add option
--break-match-filters
by pukkandan - Fix
--break-on-existing
with--lazy-playlist
by pukkandan - Fix bug in 29cb20bd563c02671b31dd840139e93dd37150a1 by pukkandan
- dependencies
- jsinterp
- plugins
- update
- utils
- lenientjsondecoder: Parse unclosed objects by pukkandan
- popen: Shim undocumented
text_mode
property by Grub4K
Extractor changes
- Fix DRM detection in m3u8 by pukkandan
- generic
- googledrive
- iprima
- Fix extractor (#6291) by std-move
- mediastream
- ntvru
- tencent
- yle_areena
- youtube
Misc. changes
- build
- cleanup
- Fix
Changelog
by pukkandan - jsinterp: Give functions names to help debugging by pukkandan
- Miscellaneous: 4815bbf, 5b28cef by pukkandan
- Fix
- devscripts