Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Check-in [4fd8bf5fdc]

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

Overview
Comment:tag
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4fd8bf5fdcc7cef30c467602f9fa19305eb6972b18d20b7f63eb44e32d5c7bb5
User & Date: Cthulhux 2021-01-30 23:37:24
Context
2021-02-24
21:53
yaydl 0.3.2: Won't panic with VOE.sx embed only streams anymore. check-in: f6dd0520b6 user: Cthulhux tags: trunk, release-0.3.2
2021-01-30
23:37
tag check-in: 4fd8bf5fdc user: Cthulhux tags: trunk
23:34
yaydl 0.3.1: Dependency update(s). check-in: ce37eac714 user: Cthulhux tags: trunk, release-0.3.1
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to Cargo.lock.

1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "yaydl"
version = "0.3.0"
dependencies = [
 "anyhow",
 "clap",
 "indicatif",
 "inventory",
 "qstring",
 "regex",
 "scraper",
 "serde_json",
 "ureq",
 "url",
 "urlencoding",
]







|













1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "yaydl"
version = "0.3.1"
dependencies = [
 "anyhow",
 "clap",
 "indicatif",
 "inventory",
 "qstring",
 "regex",
 "scraper",
 "serde_json",
 "ureq",
 "url",
 "urlencoding",
]