Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Check-in [92ca6e4b7f]

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

Overview
Comment:Fossil supports standard opening syntax now.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 92ca6e4b7fb7b03469287a7fb738b2f429694d3b1c33ae4977f400b8536b4c3a
User & Date: Cthulhux 2021-04-28 09:27:53
Context
2021-05-26
15:02
Moved to OFTC. check-in: e9b60813c5 user: Cthulhux tags: trunk
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
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to README.md.

45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

### From the source code

Install Rust (e.g. with [rustup](https://rustup.rs)), then:

**using Fossil:**

    % fossil clone https://code.rosaelefanten.org/yaydl yaydl.fossil
    % mkdir yaydl ; cd yaydl ; fossil open ../yaydl.fossil
    % cargo build --release

**using Git:**

    % git clone https://github.com/dertuxmalwieder/yaydl
    % cd yaydl
    % cargo build --release







|
|







45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

### From the source code

Install Rust (e.g. with [rustup](https://rustup.rs)), then:

**using Fossil:**

    % fossil clone https://code.rosaelefanten.org/yaydl
    % cd yaydl
    % cargo build --release

**using Git:**

    % git clone https://github.com/dertuxmalwieder/yaydl
    % cd yaydl
    % cargo build --release