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

author Nemo <commits@captnemo.in> 2021-06-28 15:22:10.0 +05:30:00
committer Nemo <commits@captnemo.in> 2021-06-28 15:22:10.0 +05:30:00
commit
ecd52f60d1fd3ca5f81959151d8d844ef320bc40 [patch]
tree
f4499a0f0d94cd53baf3f3c494c50e2d48cab0f9
parent
ff5a7b52346a1d500290ca733c0fde079604b02f
download
ecd52f60d1fd3ca5f81959151d8d844ef320bc40.tar.gz

[docs] Update output_file as optional in README



Diff

 README.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 26d6578..2267d9e 100644
--- a/README.md
+++ a/README.md
@@ -31,15 +31,20 @@

You need to pass 2 parameters, a Youtube URL and a output CUE filename. YouTube short URLs (`youtu.be`) are accepted. You can additionally pass a `audio-file` argument which is used for the [`FILE` specified in the CUE file][cuefile].

    $ youtube-cue [--audio-file audio.m4a] <youtube_url> <output.cue>

    youtube-cue [--audio-file audio.m4a] <youtube_url> [output_file]


    Options

      --help, Show help

      --audio-file, Input Audio File (optional)

      --audio-file, Input Audio File (optional) that is written to the CUE sheet


      The default audio file is set to %VIDEOTITLE.m4a

      The default output file is set to %VIDEOTITLE.cue


      where $VIDEOTITLE is the title of the YouTube video.


    Examples

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

        output.cue saved

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

        "T A Y L O R  S W I F T – Folklore [Full album].cue" saved

      $ youtube-cue "https://youtu.be/THzUassmQwE" folklore.cue

        folklore.cue saved