Skip to content

Releases: fent/node-ytdl-core

v2.1.3

19 May 17:56
Compare
Choose a tag to compare

Bug Fixes

v2.1.2

08 May 05:38
Compare
Choose a tag to compare

Bug Fixes

  • fix issue when not finding format url from formats containing signatureCipher (c7e4472), closes #614
  • types: add missing types for quality in download options (#621) (3861394)

v2.1.1

23 Apr 17:38
Compare
Choose a tag to compare

Bug Fixes

  • properly extract URLs in info.description (#612) (a6705ec)

v2.1.0

15 Apr 03:04
Compare
Choose a tag to compare

Bug Fixes

  • make json slicing more robust (#611) (58fad33)
  • sort formats when format.qualityLabel contains more than resolution (cf1e6c0)

Features

  • highWaterMark now defaults to 512KB, to avoid issues with discord.js streams ending early (f4a9b65), closes #402
  • add info.author.subscriber_count (#606) (5566272)

v2.0.1

22 Mar 00:05
Compare
Choose a tag to compare

Bug Fixes

  • able to get player file key for caching (e7d3e42)
  • fix parsing some URLs for validateURL and getURLVideoID (7aa1053), closes #583

v2.0.0

23 Feb 23:26
Compare
Choose a tag to compare

Bug Fixes

  • don't return errors, throw them (#520) (1e9b107)
  • types: audioQuality typo (9f55d3e)
  • fix getRelatedVideos() and stripHTML() to account for \r (#579) (d7d67d1)

Features

  • added likes / dislikes to ytdl.getInfo() (#576) (ea0bcf3)

BREAKING CHANGES

  • the following helper functions can now throw an error instead of returning an error: ytdl.chooseFormat, ytdl.getURLVideoID, ytdl.getVideoID

v1.0.9

17 Feb 04:37
Compare
Choose a tag to compare

Bug Fixes

  • types: fix ordering in microformat in type definitions (#573) (4872f9e)

v1.0.8

16 Feb 17:10
Compare
Choose a tag to compare

Bug Fixes

  • types: updated type definitions to add Captions and microformat fields (#572) (f884eb1)

v1.0.7

19 Jan 02:50
Compare
Choose a tag to compare

Bug Fixes

v1.0.6

01 Jan 22:01
Compare
Choose a tag to compare

Bug Fixes

  • types: actually add audioandvideo to filter types (845a545)