1.1.0 • Published 9 years ago

ytdl-splitter v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

ytdl-splitter

Standalone utility to download youtube videos as separate audio files, using the tracklist provided on the description of the video or CUE files.

Usage

Extract audio files using the tracklist provided in the description for the video:

node index.js <video_url>

Or use some text file instead of the description for the video:

node index.js --tracklist-data tracklist-data.txt <video_url>

Extract audio files using a CUE file as the tracklist:

node index.js --cue-file tracklist.cue  <video_url>

You can also set values for some metadata fields (overwritting values read from any tracklist source, if any):

node index.js -t "The Album" -a "The Artist" -y "2015" <video_url>

Notes

As this package depends on 'ytdl-splitter-core', which in turns depends on 'avconv', check for its requirements also. Currently, they are: the 'avconv' executable in your PATH, ready to be executed.

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago