# Examples for rusty_dl_cli
This folder contains examples demonstrating how to use the `rusty_dl` crate to download media from different sources.
## Files
- [`resource.rs`](./resource.rs): Demonstrates how to download media from a generic URL.
- [`twitter.rs`](./twitter.rs): Demonstrates how to download media from tweets (videos, images, gifs).
- [`youtube.rs`](./youtube.rs): Demonstrates how to download YouTube videos.