Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Releases: FreeTubeApp/yt-channel-info

Release v3.2.1

02 Nov 00:07
Compare
Choose a tag to compare

What's Changed

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

Release v3.1.1

10 Oct 00:51
Compare
Choose a tag to compare

Fixes

Release v3.1.0

31 Aug 02:06
Compare
Choose a tag to compare

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

30 May 03:05
ce33de9
Compare
Choose a tag to compare

Fixes

Release v3.0.3

09 Apr 20:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

Release v3.0.2

08 Apr 02:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

Release v3.0.1

06 Apr 02:10
Compare
Choose a tag to compare

Fixes

Full Changelog: v3.0.0...v3.0.1

Release v3.0.0

08 Feb 02:58
Compare
Choose a tag to compare

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 the channelLinks parameter
  • New isOfficialArtist parameter has been added to getChannelInfo()
  • 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

22 May 18:39
fa7b305
Compare
Choose a tag to compare

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

30 Apr 17:53
Compare
Choose a tag to compare

Changed

  • Added a check for premium video types. A new variable is included in the return data to identify these videos.