Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [50cf4cc5b2]

Artifact 50cf4cc5b2270472c03dfaa2de9fde46bc520fd5481668f3ba8fbaed10a06d4a:

  • File Cargo.toml — part of check-in [57ab458f3b] at 2021-06-21 11:00:50 on branch trunk — yaydl 0.6.7: Now that we use the new YouTube API, the need for cipher decoding should be a thing of the past. (user: Cthulhux size: 587)

[package]
name = "yaydl"
description = "yet another youtube (and more) down loader"
version = "0.6.7"
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