ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2021

NANY 2021: yaydl

(1/12) > >>

Tuxman:
NANY 2021 Entry Information
Application Name yet another youtube down loader Version 0.3.0 changes regularly Short Description does what it says Supported OSes developed on macOS, compiled for Windows 10 11, but in theory, yaydl should run where Rust is available Web Page https://code.rosaelefanten.org/yaydl Downloadvia cargo: cargo install yaydlSystem Requirements
* ffmpeg. unless you can live with the default video formats and don’t ever use the audio-only option.Author that would be me

Description
You know what was missing? A tool to download YouTube video files! Here’s mine.

Features

[*]Can download videos.
[*]Can optionally keep only the audio part of them.
[*]Could convert the resulting file to something else (requires ffmpeg).
[*]Comes as a single binary (once compiled) - take it everywhere on your thumbdrive, no Python cruft required.
[/list]

Non-features

The list of features is deliberately kept short:

[*]No output quality choice. yaydl assumes that your internet connection is good enough, or else you would stream, not download.
[*]No complex filters. This is a downloading tool.
[*]No image file support. Videos only.
[/list]

Missing features (patches are welcome)

[*]yaydl currently ignores video meta data (except the title) unless they are a part of the video file.
[*]Playlists are not fully supported yet.
[*]More supported sites: Possible, but not implemented yet. Check the README!
[/list]

Usage


--- ---USAGE:
    yaydl [FLAGS] [OPTIONS] <URL>

ARGS:
    <URL>    Sets the input URL to use

FLAGS:
    -h, --help          Prints help information
    -x, --only-audio    Only keeps the audio stream
    -v, --verbose       Talks more while the URL is processed
    -V, --version       Prints version information

OPTIONS:
    -f, --audio-format <AUDIO>    Sets the target audio format (only if --only-audio is used).
                                  Specify the file extension here (defaults to "mp3").
    -o, --output <OUTPUTFILE>     Sets the output file name

Tuxman:
Updated to 0.2.2.

Contro:
Seems very interesting.
 ;D

Tuxman:
It’s even on Cargo now:
cargo install yaydl

https://crates.io/crates/yaydl

Shades:
yaydl.exe "https://www.youtube.com/watch?v=Z-b13Df2QT0"

That results in an error: "Relative URL without a base"
Did not find any info about that error at the provided links.

Navigation

[0] Message Index

[#] Next page

Go to full version