Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Check-in [2e69c78ac7]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:crates.io won't let me add all the tags - updated to 0.6.1, keeping the list short.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | release-0.6.1
Files: files | file ages | folders
SHA3-256: 2e69c78ac7647dbf29ad2fc5ddbd38feb3e9a255414b5ff246715e677b349a3e
User & Date: Cthulhux 2021-04-03 22:55:39
Context
2021-04-28
09:27
Fossil supports standard opening syntax now. check-in: 92ca6e4b7f user: Cthulhux tags: trunk
2021-04-03
22:55
crates.io won't let me add all the tags - updated to 0.6.1, keeping the list short. check-in: 2e69c78ac7 user: Cthulhux tags: trunk, release-0.6.1
22:50
yaydl 0.6.0 (yes, that was quick): Added support for Vidoza, updated ureq to version 2.1. check-in: 6ceec39cdd user: Cthulhux tags: trunk, release-0.6.0
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to Cargo.toml.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "yaydl"
description = "yet another youtube (and more) down loader"
version = "0.6.0"
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", "vidoza", "vivo", "watchmdh"]

[dependencies]
anyhow = "1.0"
cienli = "0.1"
clap = "3.0.0-beta.2"
indicatif = "0.15"
inventory = "0.1"



|





|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "yaydl"
description = "yet another youtube (and more) down loader"
version = "0.6.1"
authors = ["Cthulhux <git@tuxproject.de>"]
edition = "2018"
license = "CDDL-1.0"
repository = "https://code.rosaelefanten.org/yaydl"
categories = ["command-line-utilities"]
keywords = ["youtube", "downloading", "video"]

[dependencies]
anyhow = "1.0"
cienli = "0.1"
clap = "3.0.0-beta.2"
indicatif = "0.15"
inventory = "0.1"