Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [d5e96267a1]

Artifact d5e96267a1d445b0069d7c2fe486cc1f22897950aae855fb52a609d7b727ef81:

  • File Cargo.toml — part of check-in [198e368220] at 2021-10-02 14:57:57 on branch trunk — yaydl 0.6.8: trying to circumvent new WatchMDH structures (yet incomplete) (user: Cthulhux size: 587)

[package]
name = "yaydl"
description = "yet another youtube (and more) down loader"
version = "0.6.8"
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"
regex = "1.4"
scraper = "0.12"
serde_json = "1.0"
ureq = { version = "2.1", features = ["json"] }
url = "2.2"
urlencoding = "1.1"

[profile.release]
lto = true