4.0.0 (2023-03-15)
⚠ BREAKING CHANGES
- Parser: general refactoring of parsers (#344)
- The
toDashfunctions are now asynchronous, they now return aPromise<string>instead of astring, as we need to fetch the first sequence of the OTF format streams while building the manifest.
Features
- Add support for OTF format streams (3e4d41b)
- parser: add
GridMix(#356) (a8e7e64) - parser: add
GridShowandShowCustomThumbnail(8ef4b42), closes #459 - parser: add
MusicCardShelf(#358) (9b005d6) - parser: Add
play_all_buttontoShelf(#345) (427db5b) - parser: add
view_playlisttoPlaylist(#348) (9cb4530) - parser: add InfoPanelContent and InfoPanelContainer nodes (4784dfa), closes #326
- Parser: just-in-time YTNode generation (#310) (2cee590)
- yt: add support for movie items and trailers (#349) (9f1c31d)