rusty_dl 1.0.8

A crate for downloading youtube videos, twitter medias (videos, images, gif) from tweets and files on the web.
Documentation
1
2
3
4
5
6
7
8
9
# 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.