youtube-dl
is a simple youtube video downloader and can also download multiple videos concurrently.
Downloaded videos could be converted to flv
or mp3
formats.
$ git clone htps://github.com/Ch3ck/youtube-dl
$ cd youtube-dl
$ make
To install youtube-dl
$ go get github.com/Ch3ck/youtube-dl
To run download:
youtube-dl -h
youtube-dl - Simple youtube video/audio downloader
Usage: youtube-dl [OPTIONS] [ARGS]
Flags:
-bitrate Audio Bitrate (default 123)
-format File Format(mp3, webm, flv)
-id Youtube Video ID
-path Output Path (default ".")
-version print version and exit
-h Help page
$ ./youtube-dl -format mp3 -id lWEbEtr_Vng
- Download youtube video with video id or link and converts to flv or mp3.
- Support HD Video download.
- Concurrent downloads.
- Web App(PWA, Basic JS Web UI).
Follow the basic instruction in the CONTRIBUTING file.
youtube-dl
is licensed under The MIT Licence.
This project was created and is maintained by Nyah Check