Youtube downloader Go is a simple library and application written in Golang for downloading Youtube Videos
- Download Youtube Videos
- Easy to use
- Lightweight library
Download clicking here
./YoutubeDownloaderGo-<YOUR OS>-<YOURARCH> -u "https://www.youtube.com/watch?v=aqz-KE-bpKQ" -o "BigBuckBunny"
Download library:
go get github.com/Superredstone/youtubeDownloaderGo/pkg
package main
import (
ytDownloader "github.com/Superredstone/youtubeDownloaderGo/pkg"
)
func main() {
ytDownloader.Download("https://www.youtube.com/watch?v=aqz-KEbpKQ", "BBB.mp4")
}
- Download a video list
- Download an entire playlist