Skip to content

pawelbialaszczyk/youtube-metadata-to-cue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Coverage status

youtube-metadata-to-cue

Convert youtube-dl video description metadata to a CUE sheet.

Running

First, download video description metadata as JSON:

youtube-dl --write-info-json --skip-download <URL>

Next, pass in the output JSON file path as input:

node . <PATH>

Alternatively, you can pipe in the JSON directly to the script in one go:

youtube-dl --dump-json <URL> | ./index.js

This will generate a matching CUE sheet based on YouTube's chapter metadata.

About

Convert youtube-dl video description metadata to a CUE sheet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published