ytdl 0.1.1

youtube download cli write in rust.
ytdl-0.1.1 is not a library.
Visit the last successful build: ytdl-0.1.5

ytdl

crate

a simple cli for downloading youtube video.

Installation

cargo install ytdl

Usage

USAGE:
    ytdl [FLAGS] [OPTIONS] <url>

FLAGS:
    -a, --append          append to output file instead of overwriting
    -d, --debug           output debug log
    -u, --download-url    prints download url to stdout
    -h, --help            Prints help information
    -i, --info            only output info
    -j, --json            print info json to stdout
        --no-progress     write output to a file
    -s, --silent          only output error, also diables progressbar
    -V, --version         Prints version information

OPTIONS:
    -f, --filter <FILTER>...
            filter available formats, syntax: val1 val2 val3

    -o, --output <FILE>                 write output to a file
    -p, --proxy-url <PROXY_URL>         use proxy for the request
    -r, --range <RANGE>
            download a specific range of bytes of the video, [start]-[end]

        --start-offset <STARTOFFSET>    offset the start of the video

ARGS:
    <url>    youtube url

Licenses

All source code is licensed under the MIT License.