adityameharia / Youtube_Downloader

A snap package to download youtube videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube Downloader

A snap package written using golang and cobra, capable of downloading audio and video data from youtube links.

Installation

The package is available on Snap. If you are on any linux distribution, just run the following command to install

$ sudo snap install yt-downloader

Usage

You can easily download non-copyrighted videos

USAGE
    $ yt-downloader download LINK

ARGUMENTS
  LINK          Link of the youtube video to be downloaded

Options
    -d, --hd to download videos in 720p
    -a, --audio to download only audio 
    -n, --name to specify the name of the file

License

Licensed under the Apache 2.0 License. All Rights Reserved.

forthebadge

About

A snap package to download youtube videos

License:Apache License 2.0


Languages

Language:Go 100.0%