Skip to content

Releases: fent/node-ytdl-core

v3.2.0

28 Jul 22:23
Compare
Choose a tag to compare

Features

  • forward redirect event from miniget (93b6fce)
  • move format.live -> format.isLive for more consistent properties (bbb85c3)

v3.1.3

25 Jul 20:31
Compare
Choose a tag to compare

Bug Fixes

  • fixes slow speed when downloading videoonly/audioonly formats (#664) (eeff9a5), closes #660 #490 #294 #327 #473
  • more descriptive error when unable to retrieve metadata with cookies (0cc50c5)

v3.1.2

07 Jul 06:46
Compare
Choose a tag to compare

Bug Fixes

  • fix parsing video media attributes (e7875c2)
  • fix when using cookies or when called from a browser (499eb63), closes #632 #661

v2.1.7

05 Jun 21:34
Compare
Choose a tag to compare

Bug Fixes

  • fix one more error when compiling with electron and angular (#651) (f5bd7e6), closes #645

v2.1.6

05 Jun 17:34
Compare
Choose a tag to compare

Bug Fixes

v3.1.1

04 Jun 17:02
Compare
Choose a tag to compare

Bug Fixes

v3.1.0

02 Jun 18:54
Compare
Choose a tag to compare

Bug Fixes

  • fix warning about using a callback with getFullInfo (6b5f9be)

Features

  • add format.hasVideo and format.hasAudio (921dc90)
  • add format.videoCodec and format.audioCodec (461b717)

v3.0.0

01 Jun 18:57
Compare
Choose a tag to compare

Features

  • consolidate video details into info.videoDetails, warn about old properties (49be33b)

Performance Improvements

  • don't make get_video_info request if not needed (35431de)

v2.1.5

26 May 04:17
Compare
Choose a tag to compare

Bug Fixes

  • remove duplicate formats from results (#634) (bf95d4f)
  • update miniget, fixes uncatchable errors (cba5bdd)

v2.1.4

21 May 17:15
Compare
Choose a tag to compare

Bug Fixes

  • gracefully fail with private videos (f778d84)

Performance Improvements

  • make additional dash and m3u8 format requests faster (c0f2eae)