https://github.com/adityameharia/youtube_downloader
A snap package to download youtube videos
https://github.com/adityameharia/youtube_downloader
cli download-audio-youtube download-videos youtube-downloader
Last synced: 7 months ago
JSON representation
A snap package to download youtube videos
- Host: GitHub
- URL: https://github.com/adityameharia/youtube_downloader
- Owner: adityameharia
- License: apache-2.0
- Created: 2021-01-21T17:21:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T11:32:01.000Z (over 4 years ago)
- Last Synced: 2024-03-26T04:07:24.572Z (over 1 year ago)
- Topics: cli, download-audio-youtube, download-videos, youtube-downloader
- Language: Go
- Homepage:
- Size: 30.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://snapcraft.io/yt-downloader). 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 LINKARGUMENTS
LINK Link of the youtube video to be downloadedOptions
-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) License. All Rights Reserved.
[](https://forthebadge.com)