🏡 index : github.com/captn3m0/youtube-cue.git

author Nemo <me@captnemo.in> 2021-06-01 12:32:16.0 +05:30:00
committer Nemo <me@captnemo.in> 2021-06-01 12:32:16.0 +05:30:00
commit
2601f344c4d7e2430b2a6de425125453c536a050 [patch]
tree
2aa384ddbc3f0feb88827359133b2c73c80333fb
parent
efed3d7bf73430bcf68861a10239ecca10747f93
download
2601f344c4d7e2430b2a6de425125453c536a050.tar.gz

doc update



Diff

 README.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6a5e0d8..6777ddd 100644
--- a/README.md
+++ a/README.md
@@ -12,14 +12,25 @@

## Usage

    youtube-cue "https://www.youtube.com/watch?v=41Y6xov0ppw" file.cue

    Generates Cue sheet from Youtube URL


    Usage

      $ youtube-cue --audio-file <youtube_url> <output.cue>


    Options

      --help, Show help

      --version, Show version

      --audio-file, Input Audio File


    Examples

      $ youtube-cue "https://www.youtube.com/watch?v=THzUassmQwE" output.cue

        output.cue saved


## HACKING

- If this video does not work on a specific video, please attach the debug log output
- Pull Requests are welcome that add support for a better parser without breaking the existing tests
- Please add tests for any new functionality
- This project follows [Readme Driven Development][rdd], and as such the README may include "Forward Looking Statements"

## License