## 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) ## How to use ```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.