Releases: fent/node-ytdl-core
Releases · fent/node-ytdl-core
v4.4.4
4.4.4 (2021-01-20)
Bug Fixes
- fix scraping JSON with escaped backslashes towards end of strings (#862) (540d50b)
v4.4.3
4.4.3 (2021-01-12)
Bug Fixes
- fix getting correct
videoDetails.lengthSeconds
when video is too long (15e7fac), closes #856
v4.4.2
4.4.2 (2021-01-10)
Bug Fixes
- fix empty related videos for some user accounts (#853) (6a9ca4f)
v4.4.1
4.4.1 (2021-01-06)
Bug Fixes
v4.4.0
4.4.0 (2021-01-03)
Features
v4.3.1
4.3.1 (2021-01-02)
Bug Fixes
- fix error being catchable with bad video id (6560c66), closes #121
v4.3.0
4.3.0 (2021-01-01)
Features
- add
richThumbnails
(animated thumbnails) to related videos (#850) (bf06869)
v4.2.1
4.2.1 (2020-12-18)
Bug Fixes
v4.2.0
4.2.0 (2020-12-18)
Features
- add
videoDetails.description
and videoDetails.thumbnails
(8a35d7a)
v4.1.7
4.1.7 (2020-12-17)
Bug Fixes
- optimize getting video info by making the
watch.html
request (eb42b9c), closes #815