Skip to content

Releases: fent/node-ytdl-core

v0.25.2

03 Sep 04:48
Compare
Choose a tag to compare

Bug Fixes

  • info: get channel info and username on rentals (855c927)

v0.25.1

03 Sep 00:55
Compare
Choose a tag to compare

Bug Fixes

  • can view videos labeled inappropriate or offensive (6a5188a)
  • give correct reason for rentals (f03c433)

v0.25.0

02 Sep 03:14
Compare
Choose a tag to compare

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

05 Aug 04:34
Compare
Choose a tag to compare

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

03 Aug 13:42
Compare
Choose a tag to compare

Bug Fixes

  • Check null value for channelMatch within getAuthor from utils (#350) (5001469)

Features

  • info: add ytdl.getBasicInfo() (ec5b1d5)

v0.22.0

02 Aug 13:37
Compare
Choose a tag to compare

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.21.1

21 Jul 22:35
Compare
Choose a tag to compare
chore(release): 0.21.1

v0.21.0

19 Jul 05:19
Compare
Choose a tag to compare

Features

v0.20.4

13 May 04:40
Compare
Choose a tag to compare

Bug Fixes

  • parse player_response in age restricted videos (66ee72f), closes #317

v0.20.3

15 Mar 13:35
Compare
Choose a tag to compare

Docs

  • typings: update typings with validation functions (d405143)