Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Releases: TimeForANinja/node-ytpl

v2.0.2

15 Dec 06:09
Compare
Choose a tag to compare
  • remove unused html-entities dependencie
  • expose version
  • add versions to printed type-error
  • bugfixes

v2.0.1

14 Dec 00:24
Compare
Choose a tag to compare
  • normalize image url's

v2.0.0

13 Dec 18:26
Compare
Choose a tag to compare

Major rewrite to adjust for the new response provided by YouTube

Porting code

  • request options for miniget were moved to options#requestOptions
  • nextpageRef was replaced by the continuation feature => check the README for more information
  • pages was added as a more request-efficient alternative to limit
  • playlist#visibility#link_only was renamed to unlisted
  • all thumbnails are now Objects of type Image featuring url, width and height properties - arrays of images are always sorted by descending resolution
  • all links have been renamed from ref to url to keep it consistend across all libraries
  • all snake_case variables were replaced by CamelCase
  • response#result_items is now response#estimatedItemCount
  • all users/channels feature both the channelID as well as a canonical url

v1.0.0

06 Sep 17:54
Compare
Choose a tag to compare

time for the rework

biggest changes:

  • remove callback support and fully switch to promises
  • use miniget and support passing of request options