blackrock

Crates.ioblackrock
lib.rsblackrock
version0.2.0
sourcesrc
created_at2017-07-13 17:52:32.021436
updated_at2017-07-19 16:49:08.610713
descriptionBitreel-based video downloader.
homepagehttps://github.com/archer884/blackrock
repositoryhttps://github.com/archer884/blackrock
max_upload_size
id23269
size21,649
J/A (archer884)

documentation

README

blackrock

A simple cli app for downloading YouTube videos.

Based on bitreel ("BR"), this downloader ("BRD" -- get it? Ha!) is just a convenient way to grab videos from YouTube.

Usage

$ brd <url> [<output path>] [--format <format code>]
$

The program doesn't actually produce any output; it just saves the video to <id>.mp4 in your working directory.

You can also use the program to list available formats for a given video. (Note: YouTube pretty much only makes available three formats).

$ brd <id> --list-formats
small
medium
hd720

If a format is not provided for the download command, it will download the largest available format.

Changelog

  • v0.2: Demoted format argument in favor of an optional output file path. This seems like it would be way more useful in most cases.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 14

cargo fmt