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

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


Artifact [2b48e5d99c]

Artifact 2b48e5d99c44e3b9727b3f797eec600cea6f96d7907f08be6f947af201b7b0bb:

  • Executable file Cargo.toml — part of check-in [1688ab1dc1] at 2024-07-27 21:10:30 on branch trunk — yaydl 0.14.1: fixes youtube (closes #18), updates dependencies. (user: Cthulhux size: 757)

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

[dependencies]
anyhow = "1.0"
cienli = "0.3"
clap = { version = "4.5", features = ["derive"] }
env_proxy = "0.4"
fantoccini = "0.21"
indicatif = "0.17"
inventory = "0.3"
m3u8-rs = "6.0"
nom = "7.1"
regex = "1.10"
scraper = "0.19"
serde_json = "1.0"
tokio = { version = "1", features = ["rt"] }
ureq = { version = "2.10", features = ["json", "socks-proxy"] }
url = "2.5"
urlencoding = "2.1"

[profile.release]
lto = true
strip = true