https://github.com/gotneb/goyt
Download videos from youtube in go
https://github.com/gotneb/goyt
cli go youtube
Last synced: 2 months ago
JSON representation
Download videos from youtube in go
- Host: GitHub
- URL: https://github.com/gotneb/goyt
- Owner: gotneb
- License: mit
- Created: 2022-01-11T00:07:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T01:38:07.000Z (over 3 years ago)
- Last Synced: 2025-01-28T11:23:36.145Z (4 months ago)
- Topics: cli, go, youtube
- Language: Go
- Homepage:
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goyt
Download videos from youtube in go
## Installation
```
go install github.com/gotneb/goyt@latest
```
## Usage
```
________ __
/ _____/ ____ ___.__._/ |_
/ \ ___ / _ < | |\ __\
\ \_\ ( <_> )___ | | |
\______ /\____// ____| |__|
\/ \/Simple program that downloads videos from Youtube
Usage: goyt [OPTIONS]
Options:
-u, Takes in single URL as input and download video
-i, Takes in single ID as input and download video
-hd, Downloads video in HD quality [DEFAULT 360p]
-n, Renames file after downloaded
-h, Prints help menuExample:
- Download video:
$ goyt -u https://www.youtube.com/watch?v=Isim0ysZ6X4
- HD quality:
$ goyt -hd true -u https://www.youtube.com/watch?v=Isim0ysZ6X4
- Renamed file:
$ goyt -n hawking -u https://www.youtube.com/watch?v=Isim0ysZ6X4
```