Skip to content

Releases: fent/node-ytdl-core

v4.1.6

15 Dec 22:37
Compare
Choose a tag to compare

Bug Fixes

  • fix compatibility with Electron apps (#823) (6d2b64e)

v4.1.5

14 Dec 10:20
Compare
Choose a tag to compare

Bug Fixes

  • no longer hangs application due to the request cache (#821) (e7ad270)

v4.1.4

07 Dec 22:27
Compare
Choose a tag to compare

Bug Fixes

  • fix getting info from non-embeddable videos (4167c31)
  • fix getting some properties in videoDetails (fc3025d), closes #800 #809

v4.1.3

06 Dec 17:24
Compare
Choose a tag to compare

Bug Fixes

  • update youtube client version for more stability (#811) (28e00f7)

v4.1.2

03 Dec 07:21
Compare
Choose a tag to compare

Bug Fixes

  • check for unavailable video after every endpoint request (7f0ab71), closes #804
  • fix age restricted videos (84d5118), closes #803
  • have videoDetails.age_restricted always be a boolean (5073154)
  • make age restriction check more flexible (3ced5ac)
  • make checking for rental video language agnostic (32d2300)
  • use backup field to provide videoDetails.author fields more consistently (e619e22)

v4.1.1

30 Nov 01:52
Compare
Choose a tag to compare

Bug Fixes

  • provide better error message for age restricted videos (c0f7e41), closes #791
  • update getting info from main json endpoint (7a831c3), closes #789

v4.1.0

25 Nov 05:26
Compare
Choose a tag to compare

Bug Fixes

  • only make one request when getting a private or unavailable video (cb898cf)

Features

  • add author, thumbnails, and isLive to related videos (4a04862), closes #726
  • add thumbnails to author object (4012a15)
  • warn when there is a ytdl-core update (#779) (5cfc0eb)

v4.0.6

22 Nov 00:51
Compare
Choose a tag to compare

Bug Fixes

  • fix issues with redirects and decoded streams (ce894a8)
  • properly check if video is age restricted (d3a5a69)
  • retry endpoint on status code 500 (e1e1af1)

v4.0.5

16 Nov 05:27
Compare
Choose a tag to compare

Bug Fixes

  • only emit close on last request (db3f16f)
  • use backup endpoints when one fails (5a9a1f4), closes #774

v4.0.4

14 Nov 03:53
Compare
Choose a tag to compare

Bug Fixes

  • emit more detailed error when unable to find html5player file (81e05ce)
  • fix race condition causing multiple watch page requests (6ec1242)
  • fix race condition with cache causing ytdl-core to hang (60cdb41)
  • fix regression for getting info for rental and not yet live videos (4a01794)
  • fix write after close error (64d643c), closes #695