Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smoqadam/rust-youtube-downloader

Youtube video downloader written in Rust
https://github.com/smoqadam/rust-youtube-downloader

rust youtube-downloader

Last synced: about 1 month ago
JSON representation

Youtube video downloader written in Rust

Awesome Lists containing this project

README

        

## Rust YouTube Downloader

YouTube video downloader written in Rust.

[![Build Status](https://travis-ci.org/smoqadam/rust-youtube-downloader.svg?branch=master)](https://travis-ci.org/smoqadam/rust-youtube-downloader)

## Installation & Usage

```bash
$ cargo install youtube-downloader
$ youtube-downloader [youtube video id]
```

for example:

`youtube-downloader l6zpi90IT1g`

## Development

```bash
$ git clone https://github.com/smoqadam/rust-youtube-downloader
$ cd rust-youtube-downloader
$ cargo run -- [youtube video id or youtube URL]
```

For example:

`$ cargo run -- l6zpi90IT1g`

## Contributing

This project is for learning purposes and may contain bugs. Please let me know if you find any by opening an issue or send a PR.