Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [f4c6d83a10]

Artifact f4c6d83a102aa811cf81663034b7fb945f13959a72bc1fdd5529ae5383efb104:

  • File Cargo.toml — part of check-in [d02d554a31] at 2022-08-01 09:27:22 on branch trunk — yaydl 0.11.3: Updated dependencies, fixed file name generation for videos that contain question marks. (user: Cthulhux size: 722)

[package]
name = "yaydl"
description = "yet another youtube (and more) down loader"
version = "0.11.3"
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 = "3.2", features = ["derive"] }
fantoccini = "0.19"
indicatif = "0.16"
inventory = "0.1"
m3u8-rs = "4.0"
nom = "7.1"
regex = "1.6"
scraper = "0.13"
serde_json = "1.0"
tokio = { version = "1", features = ["rt"] }
ureq = { version = "2.5", features = ["json"] }
url = "2.2"
urlencoding = "2.1"

[profile.release]
lto = true
strip = true