Skip to content

Superredstone/youtubeDownloaderGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Youtube Downloader Go

Youtube downloader Go is a simple library and application written in Golang for downloading Youtube Videos

Features

  • Download Youtube Videos
  • Easy to use
  • Lightweight library

Application usage

Download clicking here

./YoutubeDownloaderGo-<YOUR OS>-<YOURARCH> -u "https://www.youtube.com/watch?v=aqz-KE-bpKQ" -o "BigBuckBunny"

Getting started

Download library:

go get github.com/Superredstone/youtubeDownloaderGo/pkg

Example

package main

import (
    ytDownloader "github.com/Superredstone/youtubeDownloaderGo/pkg"
)

func main() {
    ytDownloader.Download("https://www.youtube.com/watch?v=aqz-KEbpKQ", "BBB.mp4")
}

TODO

  • Download a video list
  • Download an entire playlist

GNU GPL V3