Releases: fent/node-ytdl-core
Releases · fent/node-ytdl-core
v4.1.5
Bug Fixes
- no longer hangs application due to the request cache (#821) (e7ad270)
v4.1.4
Bug Fixes
- fix getting info from non-embeddable videos (4167c31)
- fix getting some properties in
videoDetails
(fc3025d), closes #800 #809
v4.1.3
Bug Fixes
- update youtube client version for more stability (#811) (28e00f7)
v4.1.2
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
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
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
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
Bug Fixes
- only emit
close
on last request (db3f16f)
- use backup endpoints when one fails (5a9a1f4), closes #774
v4.0.4
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