yaydl is Yet Another Youtube Down Loader, written in Rust.

⌈⌋ ⎇ branch:  Yet Another Youtube (and more) Down Loader


Diff

Differences From Artifact [d709ec8793]:

  • File Cargo.toml — part of check-in [1d94b8e5b7] at 2020-11-18 12:16:56 on branch trunk — Enabled LTO (user: Cthulhux size: 563)

To Artifact [aad49ba8b8]:

  • File Cargo.toml — part of check-in [cb81ca4cea] at 2020-11-19 15:45:08 on branch trunk — yaydl 0.2.6: Switched from reqwest to ureq to reduce the number of dependencies and (potentially) speed up the compilation process. (user: Cthulhux size: 600)

1
2
3
4

5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20


21
22
23
24
1
2
3

4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

19
20
21
22
23
24
25



-
+














-

+
+




[package]
name = "yaydl"
description = "yet another youtube (and more) down loader"
version = "0.2.5"
version = "0.2.6"
authors = ["Cthulhux <git@tuxproject.de>"]
edition = "2018"
license = "CDDL-1.0"
repository = "https://code.rosaelefanten.org/yaydl"
categories = ["command-line-utilities"]
keywords = ["youtube", "vimeo"]

[dependencies]
anyhow = "1.0"
clap = "3.0.0-beta.2"
indicatif = "0.15.0"
inventory = "0.1.9"
qstring = "0.7.2"
regex = "1.4.1"
reqwest = { version = "0.10.8", features = ["blocking"] }
serde_json = "1.0"
ureq = { version = "1.5", default_features = false, features = ["native-tls"] }
url = "2.2.0"
urlencoding = "1.1.1"

[profile.release]
lto = true