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 - v3.2.0

Published by fent about 4 years ago

Features

  • forward redirect event from miniget (93b6fce)
  • move format.live -> format.isLive for more consistent properties (bbb85c3)
node-ytdl-core - v3.1.3

Published by fent about 4 years ago

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)
node-ytdl-core - v3.1.2

Published by fent over 4 years ago

Bug Fixes

  • fix parsing video media attributes (e7875c2)
  • fix when using cookies or when called from a browser (499eb63), closes #632 #661
node-ytdl-core - v2.1.7

Published by fent over 4 years ago

Bug Fixes

  • fix one more error when compiling with electron and angular (#651) (f5bd7e6), closes #645
node-ytdl-core - v2.1.6

Published by fent over 4 years ago

Bug Fixes

node-ytdl-core - v3.1.1

Published by fent over 4 years ago

Bug Fixes

node-ytdl-core - v3.1.0

Published by fent over 4 years ago

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)
node-ytdl-core - v3.0.0

Published by fent over 4 years ago

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)
node-ytdl-core - v2.1.5

Published by fent over 4 years ago

Bug Fixes

  • remove duplicate formats from results (#634) (bf95d4f)
  • update miniget, fixes uncatchable errors (cba5bdd)
node-ytdl-core - v2.1.4

Published by fent over 4 years ago

Bug Fixes

  • gracefully fail with private videos (f778d84)

Performance Improvements

  • make additional dash and m3u8 format requests faster (c0f2eae)
node-ytdl-core - v2.1.3

Published by fent over 4 years ago

Bug Fixes

node-ytdl-core - v2.1.2

Published by fent over 4 years ago

Bug Fixes

  • fix issue when not finding format url from formats containing signatureCipher (c7e4472), closes #614
  • types: add missing types for quality in download options (#621) (3861394)
node-ytdl-core - v2.1.1

Published by fent over 4 years ago

Bug Fixes

  • properly extract URLs in info.description (#612) (a6705ec)
node-ytdl-core - v2.1.0

Published by fent over 4 years ago

Bug Fixes

  • make json slicing more robust (#611) (58fad33)
  • sort formats when format.qualityLabel contains more than resolution (cf1e6c0)

Features

  • highWaterMark now defaults to 512KB, to avoid issues with discord.js streams ending early (f4a9b65), closes #402
  • add info.author.subscriber_count (#606) (5566272)
node-ytdl-core - v2.0.1

Published by fent over 4 years ago

Bug Fixes

  • able to get player file key for caching (e7d3e42)
  • fix parsing some URLs for validateURL and getURLVideoID (7aa1053), closes #583
node-ytdl-core - v2.0.0

Published by fent over 4 years ago

Bug Fixes

  • don't return errors, throw them (#520) (1e9b107)
  • types: audioQuality typo (9f55d3e)
  • fix getRelatedVideos() and stripHTML() to account for \r (#579) (d7d67d1)

Features

  • added likes / dislikes to ytdl.getInfo() (#576) (ea0bcf3)

BREAKING CHANGES

  • the following helper functions can now throw an error instead of returning an error: ytdl.chooseFormat, ytdl.getURLVideoID, ytdl.getVideoID
node-ytdl-core - v1.0.9

Published by fent over 4 years ago

Bug Fixes

  • types: fix ordering in microformat in type definitions (#573) (4872f9e)
node-ytdl-core - v1.0.8

Published by fent over 4 years ago

Bug Fixes

  • types: updated type definitions to add Captions and microformat fields (#572) (f884eb1)
node-ytdl-core - v1.0.7

Published by fent almost 5 years ago

Bug Fixes

node-ytdl-core - v1.0.6

Published by fent almost 5 years ago

Bug Fixes

  • types: actually add audioandvideo to filter types (845a545)