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: 28 days ago
JSON representation
Youtube video downloader written in Rust
- Host: GitHub
- URL: https://github.com/smoqadam/rust-youtube-downloader
- Owner: smoqadam
- License: mit
- Created: 2017-04-07T15:02:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T10:26:20.000Z (about 7 years ago)
- Last Synced: 2025-03-31T14:14:33.205Z (about 1 month ago)
- Topics: rust, youtube-downloader
- Language: Rust
- Homepage:
- Size: 40 KB
- Stars: 161
- Watchers: 10
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - smoqadam/rust-youtube-downloader - Youtube video downloader written in Rust (Rust)
README
## Rust YouTube Downloader
YouTube video downloader written in Rust.
[](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.