Node Youtube Dl Versions Save

youtube-dl driver for node

3.0.0

4 years ago

Breaking Changes

Enhancements

  • always add range header on data request (4bd8904)
  • test: adding download large audio (871382f)
  • test: fix failure due to latest server data (4f5e44b)

2.0.0

4 years ago

Breaking Changes

Remove Deprecated warning

No more:

  • info.filename is deprecated, use info._filename
  • info.itag is deprecated, use info.format_id
  • info.resolution is deprecated, use info.format

Since this is a major version and it includes breaking changes.

Enhancements

Remove Dead Code

Delete some unreachable source code. Tests look green without it.

Improve Scaffolding

Setup Standard as JavaScript linter.

Related all the project and be sure runt it before committing changes.

Improve Collaborators

Declared collaborators into package.json, also added a way to do that if a new collaborator is detected when you commit changes.

Setup Engine

Recommended Node.js 8 or above.

Add Windows Support at update

Now you can perform a binary update targetting windows even you are running in a different runtime.

$ npm run update platform=windows

1.13.0

5 years ago

Change Log (2019-01-25)

  • build: add release process (8cc1b05)
  • test: update snapshots (65fb75e)
  • add editorconfig (8a92f0b)
  • add hms to duration, twitch test (9ea3ff1)
  • add sensible execFile good defaults (2524d75), closes #173
  • Adding dashes before the video ID (da8f4dd)
  • changed to _filename in line 33 readme (87d3891)
  • Consider copyright videos as not available in order to continue on error (e19d8d1)
  • Consider not made available videos as not available in order to continue on error (ae7ea3b)
  • Correct extension in playlist.js (5d77436)
  • Correct test with correct video info (0ee2609)
  • Disable non-functional test (ca1aa42)
  • download best and combine is ffmpeg available (2193220)
  • Download correct binary for windows systems (3874a88)
  • drop tests for 4,5 and version bump (3634c67)
  • Fix encoding issue on windows (d65114d)
  • Get and set path from youtube-dl (161ed2a)
  • handle thumbnails download (a0832dc)
  • hms and raw duration (eb0e9de)
  • meta tweaks (f685ad7)
  • minor typo (429b1f7)
  • missing ; (05f8f62)
  • remove dead code (4b1ba39)
  • remove deprecated badge (19a7b33)
  • remove lock (0131daf)
  • Remove size from download test, not relevant (e22ee14)
  • remove vimeo tests (1f717cc)
  • update dependencies (bf28967)
  • update snapshot (70ec50a)
  • Update test about twitch (twitch id are not anymore the video title) (b9f0317)
  • update travis builds (efe313c)
  • Updated test case since video title changed on twitch's end (7c22361)
  • use const over var (6ed5a1c)