This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Releases: FreeTubeApp/yt-channel-info
Releases · FreeTubeApp/yt-channel-info
Release v3.2.1
What's Changed
- Various package upgrades
- Adjust parsing of channel page by @MarmadileManteater in #113
- Adjust parsing of channel page continuation by @MarmadileManteater in #115
- This fixes the recent changes made to the channel layout
Breaking Changes
- Oldest playlist sort has been removed. YouTube has removed the functionality from the site so we can no longer offer this functionality. Change made by @ChunkyProgrammer in #114
New Contributors
- @MarmadileManteater made their first contribution in #113
Release v3.1.1
Fixes
- Don't error when tabs are missing by @ChunkyProgrammer in #94
Release v3.1.0
Changes
authorId
has been added to the video and playlist payloads
Fixes
- Fix parsing to better support YouTube shorts
- Fix parsing of channel homepage
Release v3.0.4
Fixes
- Fix error when community post video has no description by @ChunkyProgrammer in #77
- Fix issue with primary link regex by @ChunkyProgrammer in #78
- Extract lengthSeconds for YouTube Shorts by @ChunkyProgrammer in #75
Release v3.0.3
What's Changed
- Fix parsing error #70. Checks for current A/B testing that YouTube is doing for data layout. Should support both options now. by @ChunkyProgrammer in #71
- fix getChannelCommunityPostsMore by @ChunkyProgrammer in #68
- improve test coverage by @ChunkyProgrammer in #69
- fix tests by @ChunkyProgrammer in #73
Full Changelog: v3.0.2...v3.0.3
Release v3.0.2
What's Changed
- Add 'multipage' community posts by @ChunkyProgrammer in #67
- small refactor by @ChunkyProgrammer in #66
Full Changelog: v3.0.1...v3.0.2
Release v3.0.1
Fixes
- Fix for channels with no secondary links by @SuperFurryCoder in #61
- Fix issue with parsing data by @ChunkyProgrammer in #64
Full Changelog: v3.0.0...v3.0.1
Release v3.0.0
Features
- New endpoint
getChannelStats()
provides channel stats such as join date and total channel views. Check the README for more information - New endpoint
getChannelHome()
provides information about the videos on a channel's home page. Check the README for more information - Channel links (Such as Facebook / Twitter links) are now provided in
getChannelInfo()
under thechannelLinks
parameter - New
isOfficialArtist
parameter has been added togetChannelInfo()
- New 'tags' parameter has been added to 'getChannelInfo()'
- New
httpAgent
option for all endpoints to proxy requests. Check the README for more information
Fixes
- Fixed some parsing issues that would cause the module to crash
- Attempting to grab a non-existing channel now returns an object instead of an error
Release v2.2.0
Additions
- New author field for community posts added
Fixes
- Community posts now contain the whole post's text instead of only the first part
- Very rare, so called shared, community posts are now handled correctly and do not crash the module anymore
Release v2.1.1
Changed
- Added a check for
premium
video types. A new variable is included in the return data to identify these videos.