node-ytdl-core

YouTube video downloader in javascript.

MIT License

Downloads
636.9K
Stars
4.5K
Committers
88

Bot releases are hidden (Show)

node-ytdl-core - v1.0.4

Published by fent almost 5 years ago

Bug Fixes

  • types now have filter: 'audioandvideo' (d717f7b)
node-ytdl-core - v1.0.5

Published by fent almost 5 years ago

Bug Fixes

node-ytdl-core - v1.0.3

Published by fent almost 5 years ago

Bug Fixes

  • properly filter for video and audio formats (5263504), closes #529
  • properly sort formats by favorable codecs (22d4b99)
node-ytdl-core - v1.0.2

Published by fent almost 5 years ago

Bug Fixes

  • get more reliable format data from player_response (eb1491f)
  • selecting formats by quality (df7c80b), closes #527
node-ytdl-core - v1.0.1

Published by fent almost 5 years ago

Bug Fixes

  • update for new m3u8stream-version (#517) (0d730d2)
node-ytdl-core - v1.0.0

Published by fent about 5 years ago

Bug Fixes

  • emit info event inside getInfo() call (897a151), closes #443
  • parsing of related videos was not returning all videos (c8c9c25)

Features

Performance Improvements

  • adjust reconnect and retry settings (02a0c2b)
node-ytdl-core - v0.29.7

Published by fent about 5 years ago

Bug Fixes

  • related videos no longer return an empty array (#481) (a24c8f8)
node-ytdl-core - v0.29.6

Published by fent about 5 years ago

Bug Fixes

  • don't error when videoDetails is undefined (#482) (4d5858e)
node-ytdl-core - v0.29.5

Published by fent about 5 years ago

Bug Fixes

node-ytdl-core - v0.29.4

Published by fent about 5 years ago

Bug Fixes

  • extract title and length_seconds from videoDetails (65335ef), closes #462
node-ytdl-core - v0.29.3

Published by fent over 5 years ago

Bug Fixes

node-ytdl-core - v0.28.3

Published by fent almost 6 years ago

node-ytdl-core - v0.28.1

Published by fent almost 6 years ago

Bug Fixes

  • new syntax for new version of m3u8stream (2cad6a2)
node-ytdl-core - v0.28.0

Published by fent almost 6 years ago

Features

  • emit current and total segments for hls/dash videos (3fb0c8a)
node-ytdl-core - v0.27.0

Published by fent almost 6 years ago

Bug Fixes

  • progress event not firing with dash and hls playlist formats (c85f037), closes #373

Code Refactoring

  • remove ytdl.validateLink() (0029e68)

Features

  • add image, year, and urls, to media (9e1db71)
  • expose youtube url helpers from info (5e736ce)

BREAKING CHANGES

  • removes ytdl.validateLink() in favor of ytdl.validateURL()
node-ytdl-core - v0.27.1

Published by fent almost 6 years ago

node-ytdl-core - v0.26.3

Published by fent about 6 years ago

Bug Fixes

  • fallback to formats from config if video info api fails (e3f082d)
node-ytdl-core - v0.26.2

Published by fent about 6 years ago

Bug Fixes

  • 'could not find player config' on restricted videos (7a524cf)
node-ytdl-core - v0.26.1

Published by fent about 6 years ago

Bug Fixes

node-ytdl-core - v0.26.0

Published by fent about 6 years ago

Bug Fixes

  • none-live dash-mpd formats (f022036)

Features

  • expose live, isHLS, isDashMPD to formats (d500bbf)