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

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


Artifact [ef7a60ab1c]

Artifact ef7a60ab1cd6b2a80e60c85ca8a9e596c3f298f1071f64ef08db7094ceb24497:

  • File Cargo.toml — part of check-in [e9b60813c5] at 2021-05-26 15:02:39 on branch trunk — Moved to OFTC. (user: Cthulhux size: 568)

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

[dependencies]
anyhow = "1.0"
cienli = "0.1"
clap = "3.0.0-beta.2"
indicatif = "0.15"
inventory = "0.1"
qstring = "0.7"
regex = "1.4"
scraper = "0.12"
serde_json = "1.0"
ureq = "2.1"
url = "2.2"
urlencoding = "1.1"

[profile.release]
lto = true