Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [3618355ab4]

Artifact 3618355ab49c55d9ee5b63b0ad64e4e55d37c6f697c1379d8c11e53b26fb58d9:

  • File Cargo.toml — part of check-in [7e1163f550] at 2022-11-08 23:30:22 on branch trunk — yaydl 0.11.4: The webdriver is not a requirement for SpankBang and XHamster (via LuisMayo @ GitHub) (user: Cthulhux size: 722)

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