8.0.0 (2023-12-01)
⚠ BREAKING CHANGES
- Library: Add support for the new layout and remove profile & stats info
- Channel: YouTube removed the "Channels" tab on channels, so this pull request removes the
getChannels()method andhas_channelsgetter from theYT.Channelclass, as they are no longer useful. The featured channels are now shown on the channel home tab. To get them you can use thechannelsgetter on the home tab of the channel. Please note that some channel owners might not have added that section to their home page yet, so you won't be able to get the featured channels for those channels. The home tab is the default tab that is returned when you callInnerTube#getChannel(), you can also access that tab by callinggetHome()on aYT.Channelobject.
Features
- add
FeedNudge(#533) (e021395) - add
VideoAttributeView(#531) (ff4ab16) - Add Shorts endpoint (#512) (a32aa8c)
- Channel: Support new about popup (#537) (c66eb1f)
- parser: Add
ChannelOwnerEmptyState(#541) (b60930a) - Parser: Add
ClipSection(#532) (9007b65) - toDash: Add
contentTypeto audio and video adaption sets (#539) (4806fc6) - Use
overridesinstead of--legacy-peer-deps(#529) (db7f620)
Bug Fixes
- Channel: Remove
getChannels()andhas_channels, as YouTube removed the tab (#542) (6a5a579) - Library: Add support for the new layout and remove profile & stats info (4261915)
- StructuredDescriptionContent: Add
ReelShelfto list of possible nodes (f74ed5a) - VideoAttributeView: Fix
imageandoverflow_menu_on_tapprops (5ae15be)