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

Release v3.0.0

Compare
Choose a tag to compare
@PrestonN PrestonN released this 08 Feb 02:58
· 53 commits to master since this release

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