Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [c99831d6de]

Artifact c99831d6de29f2b482fd0ed54a49bb34725f953017771c3adf10b46262ec508d:

  • File Cargo.toml — part of check-in [f6dd0520b6] at 2021-02-24 21:53:48 on branch trunk — yaydl 0.3.2: Won't panic with VOE.sx embed only streams anymore. (user: Cthulhux size: 614)

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

[dependencies]
anyhow = "1.0"
clap = "3.0.0-beta.2"
indicatif = "0.15"
inventory = "0.1"
qstring = "0.7"
regex = "1.4"
scraper = "0.12"
serde_json = "1.0"
ureq = { version = "1.5", default_features = false, features = ["native-tls"] }
url = "2.2.0"
urlencoding = "1.1"

[profile.release]
lto = true