Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [e10223c53c]

Artifact e10223c53c473d6a05c6692b71afe129b397352554d6b434459a2c3c3044afa8:

  • File Cargo.toml — part of check-in [02b80a0c9c] at 2022-05-25 21:54:15 on branch trunk — yaydl 0.10.0, on the road to 1.0.0: * New feature: Playlist support for handlers! Might fix issues like #1. * New site: xHamster. (Uses the new playlist support. Yay!) * The WebDriver port can be set as an environment variable now to save some typing. * The progress bar is now cleared after a download is finished. * cargo will now strip the resulting binary when compiling in release mode. (user: Cthulhux size: 722)

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

[profile.release]
lto = true
strip = true