Skip to content
/ yt Public

A cli for downloading YouTube videos written in Go

License

Notifications You must be signed in to change notification settings

harrybrwn/yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yt

Build Status codecov Go Report Card GoDoc

A cli for downloading youtube videos

Installation

Homebrew

brew install harrybrwn/tap/yt

Snap

snap install go-yt
alias yt=go-yt

With Go

go install github.com/harrybrwn/yt

Examples

yt video https://www.youtube.com/watch?v=1234
yt video 1234 # same result with the same video id

Completion

zsh

source <(yt completion zsh)
compdef _yt yt

bash

source <(yt completion bash)

About

A cli for downloading YouTube videos written in Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published