Skip to content

Releases: zyrouge/node-youtube-ext

Handling http status codes

Choose a tag to compare

@zyrouge zyrouge released this 26 Apr 14:04
  • Switched to axios instead of using native http as it is unable to handle certain status codes.
  • Fixed videoInfo (now splits at var meta = )

Substring -> Split

Choose a tag to compare

@zyrouge zyrouge released this 25 Apr 13:48
  • Use split instead of substring while parsing <script>...</script> tags

Improved Usability

Choose a tag to compare

@zyrouge zyrouge released this 25 Apr 12:43
  • VideoInfo, ChannelInfo: Parse full json data as splitting by keys seems unstable
  • Search: Directly parse contents instead of doing it after finding script tag
  • PlaylistInfo: Not much changes

Minor changes

Choose a tag to compare

@zyrouge zyrouge released this 22 Apr 14:10

Changes:

  • Renamed filterFormats to getFormats
  • Fixed GetFormatsOptions.filterBy

Improved performance

Choose a tag to compare

@zyrouge zyrouge released this 11 Apr 08:19
  • Parsing only needed things instead of parsing whole json data

🎉 Support for Streaming!

Choose a tag to compare

@zyrouge zyrouge released this 07 Apr 15:32

Channel Info

Choose a tag to compare

@zyrouge zyrouge released this 04 Apr 15:47
  • Added support for fetching channel information

First stable

Choose a tag to compare

@zyrouge zyrouge released this 04 Apr 03:28
  • Added Search (v1.0.0-beta)
  • Added Video info support (v1.0.0-beta)
  • Added Playlist info support (v1.0.0)