Skip to content

CLI for downloading youtube videos/audio and renaming metadata

License

Notifications You must be signed in to change notification settings

austinvalle/gotube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotube

golang CLI for downloading youtube videos/audio and renaming metadata

gotube example

Install

To install, use go get:

$ go get -d github.com/moosebot/gotube

Usage

gotube [youtube url] [options]

Options

  • -s default value: false - Skip metadata questions and uses defaults
  • -d default value: ./ - Sets the download directory for mp3
  • -h - Print out gotube help information
  • -v - Print out gotube CLI version

Example

Basic example

gotube https://www.youtube.com/watch?v=aatr_2MstrI

Example skipping metadata

gotube https://www.youtube.com/watch?v=aatr_2MstrI -s

Example setting download directory

gotube https://www.youtube.com/watch?v=aatr_2MstrI -d C:/Downloads