An open API service indexing awesome lists of open source software.

https://github.com/horacehylee/go-youtube-dl

Golang implementation for downloading youtube videos
https://github.com/horacehylee/go-youtube-dl

audio downloader go golang videos youtube youtube-dl

Last synced: about 1 month ago
JSON representation

Golang implementation for downloading youtube videos

Awesome Lists containing this project

README

          

# go-youtube-dl : Downloader for Youtube videos

[![Coverage Status](https://coveralls.io/repos/github/horacehylee/go-youtube-dl/badge.svg?branch=master)](https://coveralls.io/github/horacehylee/go-youtube-dl?branch=master)
[![GoDoc](https://godoc.org/github.com/horacehylee/go-youtube-dl?status.svg)](https://godoc.org/github.com/horacehylee/go-youtube-dl)
[![Go Report Card](https://goreportcard.com/badge/github.com/horacehylee/go-youtube-dl)](https://goreportcard.com/report/github.com/horacehylee/go-youtube-dl)

## Overview

Golang implementation for downloading youtube videos

## Install

```
go install github.com/horacehylee/go-youtube-dl
```

## Example

```
youtubedl audio 8xg3vE8Ie_E
```

## License

MIT.