Releases: fent/node-ytdl-core
Releases · fent/node-ytdl-core
v3.2.0
Features
- forward
redirect
event from miniget (93b6fce)
- move
format.live
-> format.isLive
for more consistent properties (bbb85c3)
v3.1.3
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
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
Bug Fixes
- fix one more error when compiling with electron and angular (#651) (f5bd7e6), closes #645
v3.1.0
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
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
Bug Fixes
- remove duplicate formats from results (#634) (bf95d4f)
- update miniget, fixes uncatchable errors (cba5bdd)
v2.1.4
Bug Fixes
- gracefully fail with private videos (f778d84)
Performance Improvements
- make additional dash and m3u8 format requests faster (c0f2eae)