Releases: LuanRT/YouTube.js
Releases · LuanRT/YouTube.js
v8.1.0
8.1.0 (2023-12-27)
Features
- generator: add support for arrays (#556) (e4f2a00)
- generator: Add support for generating view models (#550) (f938c34)
- MediaInfo: Parse player config (5c9c231)
- parser: Support new like and dislike nodes (#557) (fcd3044)
- Thumbnail: Support
sources
inThumbnail.fromResponse
(#552) (48a5d4e) - YouTube: Add FEchannels feed (#560) (14578ac)
Bug Fixes
v8.0.0
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_channels
getter from theYT.Channel
class, as they are no longer useful. The featured channels are now shown on the channel home tab. To get them you can use thechannels
getter 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.Channel
object.
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
contentType
to audio and video adaption sets (#539) (4806fc6) - Use
overrides
instead 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
ReelShelf
to list of possible nodes (f74ed5a) - VideoAttributeView: Fix
image
andoverflow_menu_on_tap
props (5ae15be)
Performance Improvements
v7.0.0
7.0.0 (2023-10-28)
⚠ BREAKING CHANGES
- music#getSearchSuggestions: Return array of
SearchSuggestionsSection
instead of a single node
Features
- Kids: Add
blockChannel
command to easily block channels (#503) (9ab528e) - music#getSearchSuggestions: Return array of
SearchSuggestionsSection
instead of a single node (beaa28f) - parser: Add
PlayerOverflow
andPlayerControlsOverlay
(a45273f) - UpdateViewerShipAction: Add
original_view_count
andunlabeled_view_count_value
(#527) (bc97e07)