Releases: fent/node-ytdl-core
Releases · fent/node-ytdl-core
v0.25.2
Bug Fixes
- info: get channel info and username on rentals (855c927)
v0.25.1
Bug Fixes
- can view videos labeled inappropriate or offensive (6a5188a)
- give correct reason for rentals (f03c433)
v0.25.0
Bug Fixes
- properly get info extras when
User-Agent
is given (5920c44)
- support live streams using dash (62340be), closes #231
Code Refactoring
- use reconnect feature from miniget (8a4f9f3)
BREAKING CHANGES
-
options.retries
-> options.requestOptions.maxReconnects
v0.24.0
Bug Fixes
- only accept youtube domains from
ytdl.validateURL()
and ytdl.getURLVideoID()
' (2674165)
Features
- add
ytdl.cache.info.timeout
to customize the timeout of the cache (e544f5a)
v0.23.0
Bug Fixes
- Check null value for channelMatch within getAuthor from utils (#350) (5001469)
Features
- info: add
ytdl.getBasicInfo()
(ec5b1d5)
v0.22.0
Features
- Add Author Verification (#342) (804f3e9)
- Add Video Media (#343) (557130c)
- info: add
age_restricted
and no_embed_allowed
keys to video info' (7fc2df9), closes #321
- info: add deciphered
dashmpd
, dashmpd2
. and hlsvp
links to info (b537c50), closes #251
- info: cache
ytdl.getInfo()
calls to the same videos (dcb7281), closes #331 #332
BREAKING CHANGES
- info: - ytdl.cache -> ytdl.cache.sig
v0.20.4
Bug Fixes
- parse
player_response
in age restricted videos (66ee72f), closes #317
v0.20.3
Docs
- typings: update typings with validation functions (d405143)