Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.43 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.43 KB



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